source: buchla-68k/orig/MT/README

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

Imported original source code.

  • Property mode set to 100755
File size: 759 bytes
Line 
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.