msbasic/TODO.txt

14 lines
614 B
Plaintext
Raw Normal View History

2008-10-07 09:18:22 +00:00
* convert messy init code into completely different
files without ifdefs (not much in common!)
2008-10-12 21:39:54 +00:00
* move all machine specific code into separate files
2008-10-08 11:42:15 +00:00
* rename all labels that point to RTS to RTSn
2008-10-18 06:59:14 +00:00
* add AppleSoft comments
* look for all " $", i.e. (zeropage) constants, replace them
with symbols
2008-10-18 07:19:59 +00:00
* check all .ifdef OSI; they might be .ifdef CONFIG_SMALL
* check for KBD whether it's CONFIG_2 && CONFIG_SMALL (float
etc.)
2008-10-18 21:14:22 +00:00
* there must be no platform ifdefs in generic files
2008-10-18 21:20:15 +00:00
* reconstruct pre-CBM1, i.e. CBM1 without the patches
* add some comments to every file
* clean up all CONFIG_*, maybe some should go away