mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-06 14:30:18 +00:00
botdemo: some minor fixes
This commit is contained in:
parent
786407575b
commit
ec5fcbb176
@ -36,6 +36,19 @@ do_list:
|
||||
jsr TEXT
|
||||
jsr HOME
|
||||
|
||||
; clear HGR/HGR2 to black
|
||||
|
||||
lda #64 ; draw to page2
|
||||
sta $E6
|
||||
jsr $F3F2 ; clear to black
|
||||
|
||||
lda #32 ; draw to page1
|
||||
sta $E6
|
||||
jsr $F3F2 ; clear to black
|
||||
|
||||
|
||||
|
||||
|
||||
lda #<list_string
|
||||
sta cti_smc+1
|
||||
lda #>list_string
|
||||
|
@ -14,7 +14,7 @@ todo_list:
|
||||
.byte DO_LOAD,1, DO_LIST,4, DO_RUN,5 ; flame
|
||||
.byte DO_LOAD,1, DO_LIST,4, DO_RUN,15 ; a2
|
||||
.byte DO_LOAD,1, DO_LIST,4, DO_RUN,10 ; flyer
|
||||
.byte DO_LOAD,1, DO_LIST,4, DO_RUN,10 ; nyan
|
||||
.byte DO_LOAD,1, DO_LIST,4, DO_RUN,15 ; nyan
|
||||
.byte DO_LOAD,1, DO_LIST,4, DO_RUN,15 ; rle
|
||||
.byte DO_LOAD,1, DO_LIST,4, DO_RUN,15 ; raster
|
||||
.byte DO_LOAD,1, DO_LIST,4, DO_RUN,15 ; qr
|
||||
|
Loading…
x
Reference in New Issue
Block a user