mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Faster targeting in VisualDebug mode
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user