summaryrefslogtreecommitdiff
path: root/z180/Tupfile
diff options
context:
space:
mode:
Diffstat (limited to 'z180/Tupfile')
-rw-r--r--z180/Tupfile18
1 files changed, 9 insertions, 9 deletions
diff --git a/z180/Tupfile b/z180/Tupfile
index bb88946..50ede98 100644
--- a/z180/Tupfile
+++ b/z180/Tupfile
@@ -2,12 +2,12 @@ include_rules
PROG = hdrom
-SRC = r3init.180
+SRC = init.180
SRC += ddtz.180
-#SRC += fifoio.180 msgbuf.180 ser1-i.180 console.180
-SRC += msgbuf-a.180 conbuf-a.180 ser1-i.180 bioscio.180 chario.180
-# serial (asci1) console only:
-#SRC += ser1-i.180 console.180
+SRC += msgbuf-a.180 conbuf-a.180
+#SRC += bioscio.180 chario.180
+SRC += console.180
+SRC += asci-p.180
SRC += romend.180
@@ -28,7 +28,7 @@ AS = $(CPMEMU) slr180.com
###############################################################################
-!AS-plain = |> $(AS) -%B/$(AS_OPT) |> %B.rel | %B.lst
+!AS-plain = |> $(AS) -%B/$(AS_OPT) |> %B.rel | %B.lst
!AS = |> ^ $(AS) -%B/$(AS_OPT)^ set +e; OUTPUT=\$(mktemp);\
$(AS) -%B/$(AS_OPT) > ${OUTPUT};\
@@ -36,9 +36,10 @@ grep -q '^ 0 Error(s) Detected' ${OUTPUT}; ERROR=$?;\
[ "${ERROR}" != "0" ] && cat ${OUTPUT};\
[ "${ERROR}" != "0" ] && rm -f %B.rel;\
rm -f ${OUTPUT}; exit ${ERROR} \
-|> %B.rel | %B.lst
+|> %B.rel | %B.lst
-!LINK = |> ld80 -o %o -ms %O.map -P $(LN_PROG) -D $(LN_DATA) %f |> | %O.map
+#!LINK = |> ld80 -o %o -ms %O.map -P $(LN_PROG) -D $(LN_DATA) %f |> | %O.map
+!LINK = |> ld80 -o %o -ms %O.map -P $(LN_PROG) %f |> | %O.map
#ifndef DEBUG
@@ -51,4 +52,3 @@ rm -f ${OUTPUT}; exit ${ERROR} \
#endif
-