summaryrefslogtreecommitdiff
path: root/z180/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'z180/Makefile')
-rw-r--r--z180/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/z180/Makefile b/z180/Makefile
index bd46639..11f9093 100644
--- a/z180/Makefile
+++ b/z180/Makefile
@@ -1,7 +1,7 @@
SRC := init.180 ddtz.180
-SRC += fifoio.180 msgbuf.180 ser1-i.180 console.180
+SRC += fifoio.180 msgbuf.180 asci1-i.180 console.180
SRC += romend.180
INC := config.inc z180reg.inc z180.lib
@@ -11,7 +11,7 @@ OBJ := $(SRC:.180=.rel)
#CP/M emulator
CPMEMU = zxcc
-#Location of CP/M binaries
+#Location of CP/M binaries
CPMBIN = /usr/local/lib/cpm/bin80
#AS = $(CPMEMU) $(CPMBIN)/m80.com
@@ -24,7 +24,7 @@ AS_OPT := MFS
AS_QUIET = 1
LN_QUIET = 1
-#LNKCMD =
+#LNKCMD =
LN_VERB = /V
LN_PROG = 0
LN_DATA = C000
@@ -80,7 +80,7 @@ if [ "$${ERROR}" != "0" ]; then cat $${OUTPUT}; rm -f $@; fi ; \
exit $${ERROR}
endef
-hdrom.c: hdrom.hex
+hdrom.c: hdrom.hex
srec_cat -o $@ -c_array $(basename $<) -C_COMpressed -include $< -Intel
hdrom.hex : $(OBJ)
@@ -92,7 +92,7 @@ hdrom.hex : $(OBJ)
hdrom.map: hdrom.hex
-%.sym: hdrom.map %.lst
+%.sym: hdrom.map %.lst
@$(cpm-mksym)
.phony: clean realclean
@@ -123,4 +123,3 @@ realclean: clean
if [ "$${ERROR}" != "0" ]; then cat $${OUTPUT}; fi ; \
rm $${OUTPUT}; \
exit $${ERROR}
-