From 7e5b140c2fefff2170cf995f49edf0af3d9ac771 Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Fri, 7 Jul 2023 17:19:39 -0700 Subject: [PATCH] Update Makefile --- Source/HBIOS/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/HBIOS/Makefile b/Source/HBIOS/Makefile index 2fea0e6b..7c0607af 100644 --- a/Source/HBIOS/Makefile +++ b/Source/HBIOS/Makefile @@ -59,8 +59,8 @@ $(OBJECTS) : $(ROMDEPS) if [ $(ROM_PLATFORM) != UNA ] ; then \ cat camel80.bin nascom.bin tastybasic.bin game.bin eastaegg.bin netboot.mod updater.bin usrrom.bin >osimg1.bin ; \ if [ $(ROM_PLATFORM) = S100 ] ; then \ - $(ZXCC) slr180 -s100mon/fh ; \ - $(ZXCC) mload25 -s100mon ; \ + $(ZXCC) $(CPM)/SLR180 -s100mon/fh ; \ + $(ZXCC) $(CPM)/MLOAD25 -s100mon ; \ cat s100mon.com >osimg2.bin ; \ else \ cat imgpad2.bin >osimg2.bin ; \