sb: update title screen

This commit is contained in:
Vince Weaver 2023-03-11 12:14:26 -05:00
parent e63b2977db
commit a9708b9f5b
2 changed files with 10 additions and 0 deletions

View File

@ -15,6 +15,13 @@
; how show score?
;123456789012345678901234567890123456789
; *** VIDELECTRIX ***
;
; PRESS "F" TO THROW BREAD
; PRESS SPACEBAR TO START
.include "zp.inc"
.include "hardware.inc"
@ -60,6 +67,7 @@ load_image:
jsr gr_copy_to_current
bit TEXTGR
wait_until_keypress:
lda KEYPRESS ; 4
@ -79,6 +87,8 @@ which_ok:
jsr gr_copy_to_current
bit FULLGR
wait_until_keypress2:
lda KEYPRESS ; 4
bpl wait_until_keypress2 ; 3

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 14 KiB