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 .proc WaitOneFrame
;-------------------------------------------------- ;--------------------------------------------------
lda CONSOL lda CONSOL
and #%00000101 ; Start + Option
sne:mva #$40 escFlag
and #%00000001 ; START KEY and #%00000001 ; START KEY
seq:wait ; or waitRTC ? seq:wait ; or waitRTC ?
rts rts
@@ -600,6 +598,9 @@ nokeys
;-------------------------------------------------- ;--------------------------------------------------
.proc ShellDelay .proc ShellDelay
;-------------------------------------------------- ;--------------------------------------------------
lda CONSOL
and #%00000001 ; START KEY
beq noShellDelay
ldx flyDelay ldx flyDelay
DelayLoop DelayLoop
lda VCOUNT lda VCOUNT
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.