summaryrefslogtreecommitdiff
path: root/z180/Makefile
diff options
context:
space:
mode:
authorLeo C2015-05-01 23:19:32 +0200
committerLeo C2015-05-01 23:19:32 +0200
commit64cc220767e870fad388fb9021cf96ff2958275b (patch)
treee3e465d35e364b2c9f70c39dce77820c5480eb92 /z180/Makefile
parent2fe441224da6410ec112322abf78524589b15498 (diff)
downloadz180-stamp-64cc220767e870fad388fb9021cf96ff2958275b.zip
Simplify Console I/O. Switch back to IOBYTE.
Diffstat (limited to 'z180/Makefile')
-rw-r--r--z180/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/z180/Makefile b/z180/Makefile
index 11f9093..c6727b9 100644
--- a/z180/Makefile
+++ b/z180/Makefile
@@ -1,7 +1,9 @@
SRC := init.180 ddtz.180
-SRC += fifoio.180 msgbuf.180 asci1-i.180 console.180
+SRC += console.180
+SRC += msgbuf-a.180 conbuf-a.180
+SRC += asci1-p.180
SRC += romend.180
INC := config.inc z180reg.inc z180.lib