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
|
||||
lda FastSoilDown
|
||||
bne GoFast
|
||||
.IF TARGET = 800
|
||||
lda CONSOL
|
||||
and #%00000001 ; START KEY
|
||||
bne @+
|
||||
.ENDIF
|
||||
GoFast
|
||||
jmp SoilDownTurbo.NoClearTanks
|
||||
@
|
||||
@@ -1381,13 +1379,11 @@ FoundPeek1
|
||||
|
||||
; main loop starts here
|
||||
MainFallout2
|
||||
.IF TARGET = 800
|
||||
lda CONSOL
|
||||
and #%00000001 ; START KEY
|
||||
bne NoFastDown
|
||||
jmp SoilDownTurbo.NoClearTanks
|
||||
NoFastDown
|
||||
.ENDIF
|
||||
|
||||
mwa RangeLeft xdraw
|
||||
adw RangeLeft #mountaintable temp
|
||||
|
||||
Reference in New Issue
Block a user