botdemo: some minor fixes

This commit is contained in:
Vince Weaver 2020-11-17 11:25:05 -05:00
parent 786407575b
commit ec5fcbb176
2 changed files with 14 additions and 1 deletions

View File

@ -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

View File

@ -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