mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Prepare for Turbo mode (5200)
This commit is contained in:
@@ -1330,11 +1330,9 @@ NoClearTanks
|
|||||||
.IF TARGET >= 800
|
.IF TARGET >= 800
|
||||||
lda FastSoilDown
|
lda FastSoilDown
|
||||||
bne GoFast
|
bne GoFast
|
||||||
.IF TARGET = 800
|
|
||||||
lda CONSOL
|
lda CONSOL
|
||||||
and #%00000001 ; START KEY
|
and #%00000001 ; START KEY
|
||||||
bne @+
|
bne @+
|
||||||
.ENDIF
|
|
||||||
GoFast
|
GoFast
|
||||||
jmp SoilDownTurbo.NoClearTanks
|
jmp SoilDownTurbo.NoClearTanks
|
||||||
@
|
@
|
||||||
@@ -1381,13 +1379,11 @@ FoundPeek1
|
|||||||
|
|
||||||
; main loop starts here
|
; main loop starts here
|
||||||
MainFallout2
|
MainFallout2
|
||||||
.IF TARGET = 800
|
|
||||||
lda CONSOL
|
lda CONSOL
|
||||||
and #%00000001 ; START KEY
|
and #%00000001 ; START KEY
|
||||||
bne NoFastDown
|
bne NoFastDown
|
||||||
jmp SoilDownTurbo.NoClearTanks
|
jmp SoilDownTurbo.NoClearTanks
|
||||||
NoFastDown
|
NoFastDown
|
||||||
.ENDIF
|
|
||||||
|
|
||||||
mwa RangeLeft xdraw
|
mwa RangeLeft xdraw
|
||||||
adw RangeLeft #mountaintable temp
|
adw RangeLeft #mountaintable temp
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user