added N8 capability

This commit is contained in:
curt mayer
2020-02-22 22:36:42 -08:00
parent 1d5c5b39a5
commit 6ec8ca174f
2 changed files with 4 additions and 3 deletions

View File

@@ -81,6 +81,7 @@ cp ../Forth/camel80.bin .
make dbgmon.bin prefix.bin romldr.bin eastaegg.bin nascom.bin \
tastybasic.bin game.bin usrrom.bin imgpad.bin imgpad0.bin
if [ $platform != UNA ] ; then
make hbios_rom.bin hbios_app.bin hbios_img.bin
fi

View File

@@ -22,12 +22,12 @@ N8_std.rom: ROMSIZE=1024
#ZETA2_std.rom:
# bash Build.sh ZETA2 std 512
hbios_rom.bin: hbios.asm
hbios_rom.bin: hbios.asm build.inc
$(TASM) -dROMBOOT hbios.asm hbios_rom.bin
hbios_app.bin: hbios.asm
hbios_app.bin: hbios.asm build.inc
$(TASM) -dAPPBOOT hbios.asm hbios_app.bin
hbios_img.bin: hbios.asm
hbios_img.bin: hbios.asm build.inc
$(TASM) -dIMGBOOT hbios.asm hbios_img.bin