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