Create m.bat

This commit is contained in:
nino-porcino 2022-01-13 17:36:38 +01:00
parent 2b48513e29
commit 5d24b53f23
1 changed files with 19 additions and 0 deletions

19
demos/montyr/m.bat Normal file
View File

@ -0,0 +1,19 @@
@set JAVAEXE="c:\Program Files\Java\jdk1.8.0_161\bin\java.exe"
@set JAVAEXE="C:\Program Files\Java\jre1.8.0_311\bin\java.exe"
@set KICKASSJAR="C:\Users\Nino1\Desktop\USB\Retro stuff 2\KickAssembler\KickAss.jar"
@set PRG2BIN=call node ..\..\tools\prg2bin.js
@set PRG2WOZ=call node ..\..\tools\prg2woz.js
%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
%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