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
.proc WaitOneFrame
lda CONSOL
and #%00000001 ; START KEY
and #%00000101 ; Start + Option
bne @+
mva #$40 escFlag
@ and #%00000001 ; START KEY
beq @+
wait
@ rts