Faster targeting in VisualDebug mode

This commit is contained in:
Pecusx
2023-07-31 10:07:25 +02:00
parent 691aaf54d5
commit 376f08fe35
4 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -622,10 +622,10 @@ nokeys
;--------------------------------------------------
.proc ShellDelay
;--------------------------------------------------
lda CONSOL
ldy flyDelay
Y lda CONSOL
and #%00000001 ; START KEY
beq noShellDelay
ldy flyDelay
DelayLoop
lda VCOUNT
@ cmp VCOUNT