This commit is contained in:
nino-porcino 2022-01-01 12:49:53 +01:00
parent 704ee9e3d5
commit 6b67add100
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ copy out\%TARGET%.prg out\%TARGET%_vic20.prg
call kickc -includedir %TMS9918%\lib -targetdir %TMS9918%\kickc\ -t apple1_jukebox %TARGET%.c -o out\%TARGET%_apple1.prg -e
call node %TMS9918%\tools\mkeprom out out\%TARGET%_apple1.bin
@echo ======================== APPLE 1 JUKEBOX =================================================
@echo ======================== APPLE 1 =================================================
call kickc -includedir %TMS9918%\lib -targetdir %TMS9918%\kickc\ -t apple1 %TARGET%.c -o out\%TARGET%_apple1.prg -e
copy out\%TARGET%.prg out\%TARGET%_apple1.prg