mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2025-01-16 09:30:05 +00:00
Create m.bat
This commit is contained in:
parent
2b48513e29
commit
5d24b53f23
19
demos/montyr/m.bat
Normal file
19
demos/montyr/m.bat
Normal 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
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user