mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-21 21:35:16 +02:00
Better Start+Option handling
This commit is contained in:
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user