mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-25 20:30:31 +00:00
botdemo: update TODO
This commit is contained in:
parent
dd2bd96307
commit
9d57327e91
@ -1,6 +1,6 @@
|
||||
+ music
|
||||
+ title screen
|
||||
+ closing screen/credits
|
||||
+ titles with border around them?
|
||||
+ "In Mockingboard Sound" (where available)
|
||||
+ code to reset to 40-col text mode after interrupted
|
||||
also reset ROT=0?
|
||||
|
||||
|
@ -11,12 +11,13 @@ MB_ADDR_L = $0C
|
||||
MB_ADDR_H = $0D
|
||||
|
||||
|
||||
; only used for title screen...
|
||||
TEMP = $FA
|
||||
TEMPY = $FB
|
||||
INL = $FC
|
||||
INH = $FD
|
||||
OUTL = $FE
|
||||
OUTH = $FF
|
||||
;INL = $FC
|
||||
;INH = $FD
|
||||
;OUTL = $FE
|
||||
;OUTH = $FF
|
||||
|
||||
; pre-defined applesoft vars
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user