mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-21 06:39:46 +02:00
ESC updt #74
This commit is contained in:
+6
-11
@@ -30,13 +30,10 @@ OptionsMainLoop
|
||||
|
||||
jsr OptionsInversion
|
||||
jsr getkey
|
||||
cmp #28 ; ESC
|
||||
|
||||
bne @+
|
||||
mva #1 escFlag
|
||||
rts
|
||||
ldx escFlag
|
||||
seq:rts
|
||||
|
||||
@ cmp #$f ;cursor down
|
||||
cmp #$f ;cursor down
|
||||
bne OptionsNoDown
|
||||
inc:lda OptionsY
|
||||
cmp #maxoptions
|
||||
@@ -879,11 +876,9 @@ endOfTankName
|
||||
|
||||
CheckKeys
|
||||
jsr getkey
|
||||
cmp #28 ; ESC
|
||||
bne @+
|
||||
mva #1 escFlag
|
||||
rts
|
||||
@
|
||||
ldx escFlag
|
||||
seq:rts
|
||||
|
||||
; is the char to be recorded?
|
||||
ldx #keycodesEnd-keycodes ;table was 38 chars long
|
||||
IsLetter
|
||||
|
||||
Reference in New Issue
Block a user