mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-19 20:32:02 +00:00
better fallthrough keyboard handling
This commit is contained in:
parent
4f30b4cc58
commit
fe23be052f
@ -114,8 +114,7 @@ MiniAttractMode
|
||||
inc @MiniAttractIndex
|
||||
lda KBD
|
||||
bpl @loop
|
||||
@exit bit CLEARKBD
|
||||
rts
|
||||
@exit rts
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; RunAttractModule
|
||||
|
@ -41,6 +41,10 @@ SearchMode
|
||||
jsr OnInputChanged ; draw UI offscreen
|
||||
jsr HGRMode ; show HGR screen
|
||||
jsr ResyncPage
|
||||
lda KBD
|
||||
jsr IsSearchKey
|
||||
beq .SearchModeInputLoop
|
||||
bit CLEARKBD
|
||||
|
||||
.SearchModeInputLoop
|
||||
jsr WaitForKeyFor30Seconds
|
||||
|
Loading…
Reference in New Issue
Block a user