This commit is contained in:
Peter Ferrie 2019-10-11 16:47:10 -07:00
parent b8c72aaf0d
commit 4b90ec58dd
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ FirstMover
;------------------------------------------------------------------------------
Reenter
cld
cli
sei
jsr SwitchToBank2
jsr DisableAccelerator ; back to 1 MHz (especially important on IIgs
; which restores default speed on Ctrl-Reset)

View File

@ -12,7 +12,7 @@
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)
- lda patch,x
sta $100-end_patch+patch,x
sta <($100-end_patch+patch),x
dex
bpl -
lda #($100-end_patch+patch)

View File

@ -149,5 +149,5 @@ for %%q in (src\prelaunch\*.a) do (
for /f "tokens=* usebackq" %%k in (`find "^!to" %%q`) do set _to=%%k
set _to=!_to:~0,1!
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
)