Better Start+Option handling

This commit is contained in:
Pecusx
2022-08-24 17:25:44 +02:00
parent 77317f263a
commit abb0bc52fb
3 changed files with 8 additions and 2 deletions
+4 -1
View File
@@ -1630,7 +1630,10 @@ noKey
.endp .endp
.proc WaitOneFrame .proc WaitOneFrame
lda CONSOL lda CONSOL
and #%00000001 ; START KEY and #%00000101 ; Start + Option
bne @+
mva #$40 escFlag
@ and #%00000001 ; START KEY
beq @+ beq @+
wait wait
@ rts @ rts
BIN
View File
Binary file not shown.
+4 -1
View File
@@ -3095,7 +3095,10 @@ noBullets
;-------------------------------------------------- ;--------------------------------------------------
.proc ShellDelay .proc ShellDelay
lda CONSOL lda CONSOL
cmp #6 and #%00000101 ; Start + Option
bne @+
mva #$40 escFlag
@ and #%00000001
beq noShellDelay beq noShellDelay
ldx flyDelay ldx flyDelay
DelayLoop DelayLoop