mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-18 13:30:43 +00:00
sync
This commit is contained in:
parent
cc80e22a03
commit
9110b4fbaa
@ -205,6 +205,7 @@ Loader128KAndJoystick
|
|||||||
!byte 15
|
!byte 15
|
||||||
!text "joystick + 128K"
|
!text "joystick + 128K"
|
||||||
|
|
||||||
|
!ifndef RELEASE {
|
||||||
PrintAsDecimal
|
PrintAsDecimal
|
||||||
jsr $FF4A
|
jsr $FF4A
|
||||||
-- lda #$00
|
-- lda #$00
|
||||||
@ -227,6 +228,7 @@ PrintAsDecimal
|
|||||||
pha
|
pha
|
||||||
bvs --
|
bvs --
|
||||||
rts
|
rts
|
||||||
|
}
|
||||||
|
|
||||||
!source "src/hw.accel.a"
|
!source "src/hw.accel.a"
|
||||||
!source "src/parse.games.a"
|
!source "src/parse.games.a"
|
||||||
|
@ -16,6 +16,9 @@ set ACME=acme
|
|||||||
rem https://www.brutaldeluxe.fr/products/crossdevtools/cadius/
|
rem https://www.brutaldeluxe.fr/products/crossdevtools/cadius/
|
||||||
rem https://github.com/mach-kernel/cadius
|
rem https://github.com/mach-kernel/cadius
|
||||||
set CADIUS=cadius
|
set CADIUS=cadius
|
||||||
|
rem https://github.com/
|
||||||
|
set GIT=git
|
||||||
|
|
||||||
|
|
||||||
if "%1" equ "asm" (
|
if "%1" equ "asm" (
|
||||||
:asm
|
:asm
|
||||||
@ -131,9 +134,11 @@ goto :EOF
|
|||||||
goto :EOF
|
goto :EOF
|
||||||
|
|
||||||
:asmlauncher
|
:asmlauncher
|
||||||
2>build\relbase.log %ACME% src\4cade.a
|
1>build\buildnum.log git rev-list --count HEAD
|
||||||
|
for /f "tokens=*" %%q in (build\buildnum.log) do set _build=%%q
|
||||||
|
2>build\relbase.log %ACME% -DBUILDNUMBER=%_build% src\4cade.a
|
||||||
for /f "tokens=*" %%q in (build\relbase.log) do set _make=%%q
|
for /f "tokens=*" %%q in (build\relbase.log) do set _make=%%q
|
||||||
%ACME% -DRELBASE=$!_make:~-5,4! -r build\4cade.lst src\4cade.a
|
%ACME% -DBUILDNUMBER=%_build% -DRELBASE=$!_make:~-5,4! -r build\4cade.lst src\4cade.a
|
||||||
goto :EOF
|
goto :EOF
|
||||||
|
|
||||||
:asmfx
|
:asmfx
|
||||||
|
Loading…
Reference in New Issue
Block a user