Merge pull request #7 from nippur72/main

fix name
This commit is contained in:
Francesco Sblendorio 2022-01-01 13:07:53 +01:00 committed by GitHub
commit a7524509e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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