mirror of
https://github.com/a2-4am/4cade.git
synced 2025-03-24 14:32:40 +00:00
.
This commit is contained in:
parent
b8c72aaf0d
commit
4b90ec58dd
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user