From f77eedf4b41e847d5ab1e405ab79a156d4206210 Mon Sep 17 00:00:00 2001 From: b1ackmai1er <39449559+b1ackmai1er@users.noreply.github.com> Date: Sun, 4 Nov 2018 11:38:05 +0800 Subject: [PATCH] Forth BIN file gets copied to HBIOS directory for assembly into ROM --- Source/HBIOS/Forth/Build.cmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/HBIOS/Forth/Build.cmd b/Source/HBIOS/Forth/Build.cmd index a332af02..1833c745 100644 --- a/Source/HBIOS/Forth/Build.cmd +++ b/Source/HBIOS/Forth/Build.cmd @@ -14,4 +14,6 @@ set ZXINCDIR=%TOOLS%/cpm/include/ zx z80mr camel80 zx MLOAD25 -camel80.bin=camel80.hex +copy camel80.bin ..\ + goto :eof