fujirun/wipes-demo.s

12 lines
195 B
ArmAsm
Raw Normal View History

2017-07-26 00:57:16 +00:00
titlepage jsr FASTSCROLL_4000_2000
lda #$50
sta param_count
?1 jsr wait
dec param_count
bne ?1
rts
2017-07-26 00:57:16 +00:00
fastwipe jsr wipeclear1
2017-07-25 23:05:55 +00:00
jsr wipe2to1 ; copy hidden title page
rts