wait for key release on the beginning

This commit is contained in:
2024-08-13 07:09:52 -04:00
parent 1932d97d83
commit 429b78e2ed
2 changed files with 8 additions and 2 deletions
+8 -2
View File
@@ -21,6 +21,7 @@
mva #0 COLOR2
sta COLBAK
mva #15 COLOR1
jsr wait_for_releasing_keyz
leet_anim
; test for going further
@@ -71,7 +72,11 @@ next_letter
jmp @-
leet_end
; wait for releasing keyz
jsr wait_for_releasing_keyz
rts
.proc wait_for_releasing_keyz
@ lda CONSOL
cmp #7
bne @-
@@ -83,8 +88,9 @@ leet_end
bne @-
@ lda TRIG0
beq @-
rts
.endp
DL_pre
:8 .by SKIP8
.by LMS+MODE2
Binary file not shown.