update compiling scripts

This commit is contained in:
nino-porcino 2022-10-16 16:50:35 +02:00
parent fd59a6c934
commit d9863f02f5
3 changed files with 8 additions and 4 deletions

View File

@ -2,9 +2,11 @@
@call ..\..\tools\build anagram
copy out\anagram.prg ..\..\..\apple1-emu\software\anagram.prg /y
copy out\anagram.bin ..\..\..\apple1-emu\software\sdcard_image\PLAB\ANAGRAM#060280 /y
node ..\..\tools\wavconv\prg2wav.js -i out\anagram.prg -o out\anagram
@set TARGET=NOJUKEBOX
@call ..\..\tools\build hangman
copy out\hangman.prg ..\..\..\apple1-emu\software\hangman.prg /y
copy out\hangman.bin ..\..\..\apple1-emu\software\sdcard_image\PLAB\HANGMAN#060280 /y
node ..\..\tools\wavconv\prg2wav.js -i out\hangman.prg -o out\hangman

View File

@ -1,5 +1,5 @@
@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"
rem @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"

View File

@ -1,8 +1,10 @@
@call ..\..\tools\build tapemon
@call node ..\..\tools\prg2bin -i out\tapemon_apple1.prg -o out\tapemon.0280.bin
@call ..\..\tools\build tapetoggle
@call node ..\..\tools\prg2woz -i out\tapetoggle_apple1.prg -o out\tapetoggle.0280.woz
@call ..\..\tools\build tapeload