mirror of
https://github.com/mist64/msbasic.git
synced 2025-01-18 09:30:14 +00:00
15 lines
670 B
Plaintext
15 lines
670 B
Plaintext
* convert messy init code into completely different
|
|
files without ifdefs (not much in common!)
|
|
* move all machine specific code into separate files
|
|
* rename all labels that point to RTS to RTSn
|
|
* add AppleSoft comments
|
|
* look for all " $", i.e. (zeropage) constants, replace them
|
|
with symbols
|
|
* check all .ifdef OSI; they might be .ifdef CONFIG_SMALL
|
|
* check for KBD whether it's CONFIG_2 && CONFIG_SMALL (float
|
|
etc.)
|
|
* there must be no platform ifdefs in generic files
|
|
* reconstruct pre-CBM1, i.e. CBM1 without the patches
|
|
* add some comments to every file
|
|
* clean up all CONFIG_*, maybe some should go away
|
|
* look for all || and && and convert them into CONFIG_* |