mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-05 21:34:30 +00:00
sb: update title screen
This commit is contained in:
parent
e63b2977db
commit
a9708b9f5b
@ -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 |
Loading…
x
Reference in New Issue
Block a user