generate two SID versions for montyr

This commit is contained in:
nino-porcino 2022-01-15 14:31:23 +01:00
parent cd525078a7
commit 883fd069d2
1 changed files with 3 additions and 1 deletions

View File

@ -9,10 +9,12 @@
%JAVAEXE% -jar %KICKASSJAR% montyr_apple1.asm -define SID_CC00
%PRG2BIN% -i montyr_apple1.prg -o montyr.sid_cc00.0280R.bin
%PRG2WOZ% -i montyr_apple1.prg -o montyr.sid_cc00.0280R.woz
copy montyr_apple1.prg montyr.sid_cc00.0280R.prg
%JAVAEXE% -jar %KICKASSJAR% montyr_apple1.asm -define SID_C800
%PRG2BIN% -i montyr_apple1.prg -o montyr.sid_c800.0280R.bin
%PRG2WOZ% -i montyr_apple1.prg -o montyr.sid_c800.0280R.woz
%PRG2WOZ% -i montyr_apple1.prg -o montyr.sid_c800.0280R.woz
copy montyr_apple1.prg montyr.sid_c800.0280R.prg