Ops... Turbo mode is working again

This commit is contained in:
Pecusx
2023-05-19 11:46:57 +02:00
parent db3743965a
commit 6447155be5
3 changed files with 3 additions and 2 deletions
+3 -2
View File
@@ -537,8 +537,6 @@ MakeDarkScreen
.proc WaitOneFrame
;--------------------------------------------------
lda CONSOL
and #%00000101 ; Start + Option
sne:mva #$40 escFlag
and #%00000001 ; START KEY
seq:wait ; or waitRTC ?
rts
@@ -600,6 +598,9 @@ nokeys
;--------------------------------------------------
.proc ShellDelay
;--------------------------------------------------
lda CONSOL
and #%00000001 ; START KEY
beq noShellDelay
ldx flyDelay
DelayLoop
lda VCOUNT