mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-26 11:30:12 +00:00
botdemo: update TODO
This commit is contained in:
parent
dd2bd96307
commit
9d57327e91
@ -1,6 +1,6 @@
|
|||||||
+ music
|
+ music
|
||||||
+ title screen
|
|
||||||
+ closing screen/credits
|
+ closing screen/credits
|
||||||
+ titles with border around them?
|
+ 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
|
MB_ADDR_H = $0D
|
||||||
|
|
||||||
|
|
||||||
|
; only used for title screen...
|
||||||
TEMP = $FA
|
TEMP = $FA
|
||||||
TEMPY = $FB
|
TEMPY = $FB
|
||||||
INL = $FC
|
;INL = $FC
|
||||||
INH = $FD
|
;INH = $FD
|
||||||
OUTL = $FE
|
;OUTL = $FE
|
||||||
OUTH = $FF
|
;OUTH = $FF
|
||||||
|
|
||||||
; pre-defined applesoft vars
|
; pre-defined applesoft vars
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user