summaryrefslogtreecommitdiff
path: root/z180/Tupfile
diff options
context:
space:
mode:
authorLeo C2014-10-20 13:19:34 +0200
committerLeo C2014-10-20 13:19:34 +0200
commitbad2d92d98f9990ee5ccf509c0eafe5b3af9f4dc (patch)
tree5f40467c58dc2aa6aad35c96575506a4784e0444 /z180/Tupfile
parent6dc26e92c20eedcfcba9e0b75a015a5b160748c5 (diff)
downloadz180-stamp-bad2d92d98f9990ee5ccf509c0eafe5b3af9f4dc.zip
Define fifos: msg_tx_fifo, msg_rx_fifo
Diffstat (limited to 'z180/Tupfile')
-rw-r--r--z180/Tupfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/z180/Tupfile b/z180/Tupfile
index ebdb1d1..fc926de 100644
--- a/z180/Tupfile
+++ b/z180/Tupfile
@@ -5,7 +5,8 @@ PROG = hdrom
SRC = r3init.180
SRC += ddtz.180
#SRC += fifoio.180 msgbuf.180 ser1-i.180 console.180
-SRC += ser1-i.180 console.180
+SRC += msgfifo.180 ser1-i.180 console.180
+#SRC += ser1-i.180 console.180
SRC += romend.180