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
@@ -3095,7 +3095,10 @@ noBullets
;--------------------------------------------------
.proc ShellDelay
lda CONSOL
cmp #6
and #%00000101 ; Start + Option
bne @+
mva #$40 escFlag
@ and #%00000001
beq noShellDelay
ldx flyDelay
DelayLoop