close Warning: Can't use blame annotator:
No changeset 57425b6ab1ff72370b515b6339bf6927adc65f3b in the repository

source: buchla-68k/orig/MT/README@ 57425b6

Last change on this file since 57425b6 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Imported original source code.

  • Property mode set to 100755
File size: 759 bytes
RevLine 
1IMPORTANT NOTE:
2---------------
3
4This 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
6include file "debug.h" must be included in files which are to be debugged.
7
8The linkrt.bat file is used to link the system for test ROMs.
9
10The linkrom.bat file is used to link the system for production ROMs.
11
12For production versions, be certain not to define "DEBUGGER" anywhere,
13or the debug code will corrupt whatever is living at $40000 and above.
14
15Before testing the code, remember to clear the debug buffer with ROMP
16or mysterious crashes are likely to occur.
17
18Use grep to find the address of DB_Dump to be able to get a readable dump
19of the debug data.
Note: See TracBrowser for help on using the repository browser.