mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
Faster response to START key in SoilDown
This commit is contained in:
+7
-1
@@ -1329,7 +1329,13 @@ NoClearTanks
|
||||
|
||||
.IF TARGET >= 800
|
||||
lda FastSoilDown
|
||||
beq @+
|
||||
bne GoFast
|
||||
.IF TARGET = 800
|
||||
lda CONSOL
|
||||
and #%00000001 ; START KEY
|
||||
bne @+
|
||||
.ENDIF
|
||||
GoFast
|
||||
jmp SoilDownTurbo.NoClearTanks
|
||||
@
|
||||
.ENDIF
|
||||
|
||||
Reference in New Issue
Block a user