From 4f824a04a86e063614b19c50fe1d5cef698683a9 Mon Sep 17 00:00:00 2001 From: curt mayer Date: Sat, 22 Feb 2020 22:49:27 -0800 Subject: [PATCH] added SBC_std.rom to default build --- Source/HBIOS/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/HBIOS/Makefile b/Source/HBIOS/Makefile index a24c83b7..f5a36a41 100644 --- a/Source/HBIOS/Makefile +++ b/Source/HBIOS/Makefile @@ -1,4 +1,4 @@ -OBJECTS = ZETA2_std.rom N8_std.rom +OBJECTS = ZETA2_std.rom N8_std.rom SBC_std.rom MOREDIFF = camel80.bin game.bin hbios_rom.bin nascom.bin prefix.bin usrrom.bin \ dbgmon.bin hbios_app.bin imgpad0.bin osimg1.bin romldr.bin \ eastaegg.bin hbios_img.bin imgpad.bin osimg.bin tastybasic.bin \