mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
Allways use GetKey
This commit is contained in:
+7
-2
@@ -432,10 +432,15 @@ getKeyAfterWait
|
||||
lda kbcode
|
||||
cmp #@kbcode._none
|
||||
beq checkJoyGetKey
|
||||
pha
|
||||
and #$3f ; CTRL and SHIFT ellimination
|
||||
cmp #@kbcode._esc ; 28 ; ESC
|
||||
bne getkeyend
|
||||
mvy #$80 escFlag
|
||||
beq EscPressed
|
||||
pla
|
||||
jmp getkeyend
|
||||
EscPressed
|
||||
pla
|
||||
mvy #$80 escFlag
|
||||
bne getkeyend
|
||||
|
||||
checkJoyGetKey
|
||||
|
||||
Reference in New Issue
Block a user