From 704ee9e3d5c9da7fd30c6db38bc43bf250b9c6c9 Mon Sep 17 00:00:00 2001 From: nino-porcino Date: Sat, 1 Jan 2022 11:19:16 +0100 Subject: [PATCH] add standard memory model for apple1 --- tools/build.bat | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tools/build.bat b/tools/build.bat index 6bc21b3..9599932 100644 --- a/tools/build.bat +++ b/tools/build.bat @@ -7,12 +7,14 @@ call kickc -includedir %TMS9918%\lib -targetdir %TMS9918%\kickc\ -t vic20_8k %TARGET%.c -o out\%TARGET%_vic20.prg -e copy out\%TARGET%.prg out\%TARGET%_vic20.prg -@echo ======================== APPLE 1 ================================================= +@echo ======================== APPLE 1 JUKEBOX ================================================= call kickc -includedir %TMS9918%\lib -targetdir %TMS9918%\kickc\ -t apple1_jukebox %TARGET%.c -o out\%TARGET%_apple1.prg -e - -@rem builds the apple1 eprom file call node %TMS9918%\tools\mkeprom out out\%TARGET%_apple1.bin +@echo ======================== APPLE 1 JUKEBOX ================================================= +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 + @rem clean up files @del out\apple1_codeseg.bin @del out\apple1_dataseg.bin