mirror of
https://github.com/a2-4am/4cade.git
synced 2025-08-07 18:25:24 +00:00
.
This commit is contained in:
@@ -40,7 +40,7 @@ FirstMover
|
|||||||
;------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------
|
||||||
Reenter
|
Reenter
|
||||||
cld
|
cld
|
||||||
cli
|
sei
|
||||||
jsr SwitchToBank2
|
jsr SwitchToBank2
|
||||||
jsr DisableAccelerator ; back to 1 MHz (especially important on IIgs
|
jsr DisableAccelerator ; back to 1 MHz (especially important on IIgs
|
||||||
; which restores default speed on Ctrl-Reset)
|
; which restores default speed on Ctrl-Reset)
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
sta patch+1
|
sta patch+1
|
||||||
ldx #(end_patch-patch-1) ; copy patch code to zero page (stack will be destroyed by the time we need to patch)
|
ldx #(end_patch-patch-1) ; copy patch code to zero page (stack will be destroyed by the time we need to patch)
|
||||||
- lda patch,x
|
- lda patch,x
|
||||||
sta $100-end_patch+patch,x
|
sta <($100-end_patch+patch),x
|
||||||
dex
|
dex
|
||||||
bpl -
|
bpl -
|
||||||
lda #($100-end_patch+patch)
|
lda #($100-end_patch+patch)
|
||||||
|
@@ -149,5 +149,5 @@ for %%q in (src\prelaunch\*.a) do (
|
|||||||
for /f "tokens=* usebackq" %%k in (`find "^!to" %%q`) do set _to=%%k
|
for /f "tokens=* usebackq" %%k in (`find "^!to" %%q`) do set _to=%%k
|
||||||
set _to=!_to:~0,1!
|
set _to=!_to:~0,1!
|
||||||
if !_to!==t %ACME% %%q
|
if !_to!==t %ACME% %%q
|
||||||
for %%q in (res\title.hgr\*) do if not exist build\prelaunch\%%~nq 1>nul copy build\prelaunch\standard build\prelaunch\%%~nq
|
for %%q in (res\title.hgr\*) do if not exist build\prelaunch\%%~nxq 1>nul copy build\prelaunch\standard build\prelaunch\%%~nxq
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user