summaryrefslogtreecommitdiffstats
path: root/src/mess/drivers/pc8001.c
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2013-12-22 16:27:05 +0000
committer smf- <smf-@users.noreply.github.com>2013-12-22 16:27:05 +0000
commit6c3f17c5956faefd2f1dc026468db2da03eee2bc (patch)
tree275f9cacd98df9821ae9e0e2a2ff4d155a4df358 /src/mess/drivers/pc8001.c
parentb4c7b67ff9a1b12dd414502864cee66628b3bd19 (diff)
replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows multiple chips to be connected together without using glue methods. [smf]
Diffstat (limited to 'src/mess/drivers/pc8001.c')
-rw-r--r--src/mess/drivers/pc8001.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mess/drivers/pc8001.c b/src/mess/drivers/pc8001.c
index 02adc493310..40a2e498b9e 100644
--- a/src/mess/drivers/pc8001.c
+++ b/src/mess/drivers/pc8001.c
@@ -411,8 +411,6 @@ static const i8251_interface uart_intf =
DEVCB_NULL,
DEVCB_NULL,
DEVCB_NULL,
- DEVCB_NULL,
- DEVCB_NULL,
DEVCB_NULL
};