summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2021-11-21 22:35:03 +0000
committerIan C <ianc@noddybox.co.uk>2021-11-21 22:35:03 +0000
commit580d915873a9851b527e71beb057d53e165e410f (patch)
treec1f58843fbbeebb3f16a89b7d4a55484cbd9dcc7 /Makefile
parent3b2f4e3a0f8c1541331ff5030836f03f5402d5ea (diff)
Updated to use casm for CP/M emulation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 447bbd6..6795e88 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,7 @@ emma: $(BASE_O) $(EMMA_O)
test: emucpm.hex
emucpm.hex: emucpm.z80
- tpasm -P Z80 -o intel emucpm.hex emucpm.z80
+ casm emucpm.z80
clean:
rm -f emma $(BASE_O) $(EMMA_O) core *.hex *.lbl