mirror of
https://github.com/a2-4am/4cade.git
synced 2025-03-13 18:35:07 +00:00
.
This commit is contained in:
parent
441a8f27f5
commit
c67e8996bc
@ -27,10 +27,9 @@ ExecuteTransitionAndWait
|
|||||||
bpl -
|
bpl -
|
||||||
+ lda KBD
|
+ lda KBD
|
||||||
cmp #$95
|
cmp #$95
|
||||||
bne ConvenientlyPlacedRTS
|
bne WAITRTS
|
||||||
bit CLEARKBD
|
bit CLEARKBD
|
||||||
ConvenientlyPlacedRTS
|
WAITRTS rts
|
||||||
rts
|
|
||||||
|
|
||||||
; /!\ keep this last in the file to ensure it doesn't cross a page boundary /!\
|
; /!\ keep this last in the file to ensure it doesn't cross a page boundary /!\
|
||||||
;------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------
|
||||||
@ -49,7 +48,7 @@ WaitForKeyFor30Seconds
|
|||||||
sta Timeout+2
|
sta Timeout+2
|
||||||
@loop
|
@loop
|
||||||
lda KBD
|
lda KBD
|
||||||
bmi ConvenientlyPlacedRTS
|
bmi WAITRTS
|
||||||
|
|
||||||
inc RNDSEED+1 ; these are only ever incremented, never
|
inc RNDSEED+1 ; these are only ever incremented, never
|
||||||
bne + ; reset (may be used as a pseudorandom
|
bne + ; reset (may be used as a pseudorandom
|
||||||
|
Loading…
x
Reference in New Issue
Block a user