mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
added N8 capability
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user