Updated sample program to alternate between using the delay routine and going full speed

This commit is contained in:
Rob McMullen 2017-06-30 13:02:47 -07:00
parent 18101794b9
commit 2704f6f9a4
2 changed files with 6 additions and 0 deletions

Binary file not shown.

View File

@ -44,10 +44,16 @@ start
gameloop
jsr renderstart
jsr movestart
dec fasttoggle
bpl gofast
jsr wait
gofast
jsr restorebg_driver
jmp gameloop
fasttoggle
.byte 0
initsprites
jsr restorebg_init