From f4609159fcc6b2bcdca3fcec11b7e0cf8b9216f7 Mon Sep 17 00:00:00 2001 From: curt mayer Date: Mon, 17 Feb 2020 02:11:54 -0800 Subject: [PATCH] cpm22 paths --- Source/HBIOS/Build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/HBIOS/Build.sh b/Source/HBIOS/Build.sh index b44c2347..4faf1991 100755 --- a/Source/HBIOS/Build.sh +++ b/Source/HBIOS/Build.sh @@ -72,8 +72,8 @@ ROMSIZE .EQU $romsize ; EOF -cp ../CPM22/os2ccp.bin ccp.bin -cp ../CPM22/os3bdos.bin bdos.bin +cp ../CPM22/OS2CCP.bin ccp.bin +cp ../CPM22/OS3BDOS.bin bdos.bin cp ../ZCPR-DJ/zcpr.bin zcpr.bin cp ../ZSDOS/zsdos.bin zsdos.bin cp ../Forth/camel80.bin camel80.bin