summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/apricotp.c
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2013-12-22 22:05:13 +0000
committer smf- <smf-@users.noreply.github.com>2013-12-22 22:05:13 +0000
commit25b08cec6bd4f5ed88ed6eeef7e188fb0b17b9a3 (patch)
treed6b9d79cb951b2e626d475c839cff43e23c808dc /src/mess/drivers/apricotp.c
parentf3a8aceab46339c55609fa80cef99c3ad4aa153f (diff)
replaced read rx callback in Z80DART (and clones) with a write handler, which allows multiple chips to be connected together without using glue methods. [smf]
Diffstat (limited to 'src/mess/drivers/apricotp.c')
-rw-r--r--src/mess/drivers/apricotp.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mess/drivers/apricotp.c b/src/mess/drivers/apricotp.c
index e5bc2e07229..adaab62ab87 100644
--- a/src/mess/drivers/apricotp.c
+++ b/src/mess/drivers/apricotp.c
@@ -488,16 +488,18 @@ static Z80SIO_INTERFACE( sio_intf )
DEVCB_NULL,
DEVCB_NULL,
DEVCB_NULL,
- DEVCB_NULL,
DEVCB_NULL,
DEVCB_NULL,
DEVCB_NULL,
DEVCB_NULL,
DEVCB_NULL,
- DEVCB_NULL,
- DEVCB_DEVICE_LINE_MEMBER(I8259A_TAG, pic8259_device, ir4_w)
+ DEVCB_DEVICE_LINE_MEMBER(I8259A_TAG, pic8259_device, ir4_w),
+ DEVCB_NULL,
+ DEVCB_NULL,
+ DEVCB_NULL,
+ DEVCB_NULL
};