Last change
on this file since 6d5247b was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Imported original source code.
|
-
Property mode
set to
100755
|
File size:
759 bytes
|
Rev | Line | |
---|
[3ae31e9] | 1 | IMPORTANT NOTE:
|
---|
| 2 | ---------------
|
---|
| 3 |
|
---|
| 4 | This version of the Multi-Tasker has a debug buffer optionally located at
|
---|
| 5 | $40000 in RAM. To use it, the symbol "DEBUGGER" must be defined, and the
|
---|
| 6 | include file "debug.h" must be included in files which are to be debugged.
|
---|
| 7 |
|
---|
| 8 | The linkrt.bat file is used to link the system for test ROMs.
|
---|
| 9 |
|
---|
| 10 | The linkrom.bat file is used to link the system for production ROMs.
|
---|
| 11 |
|
---|
| 12 | For production versions, be certain not to define "DEBUGGER" anywhere,
|
---|
| 13 | or the debug code will corrupt whatever is living at $40000 and above.
|
---|
| 14 |
|
---|
| 15 | Before testing the code, remember to clear the debug buffer with ROMP
|
---|
| 16 | or mysterious crashes are likely to occur.
|
---|
| 17 |
|
---|
| 18 | Use grep to find the address of DB_Dump to be able to get a readable dump
|
---|
| 19 | of the debug data.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.