diff options
author | 2013-12-22 16:27:05 +0000 | |
---|---|---|
committer | 2013-12-22 16:27:05 +0000 | |
commit | 6c3f17c5956faefd2f1dc026468db2da03eee2bc (patch) | |
tree | 275f9cacd98df9821ae9e0e2a2ff4d155a4df358 /src/mess/drivers/zorba.c | |
parent | b4c7b67ff9a1b12dd414502864cee66628b3bd19 (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/zorba.c')
-rw-r--r-- | src/mess/drivers/zorba.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mess/drivers/zorba.c b/src/mess/drivers/zorba.c index 8a6e13e8477..8a1a2a98bd4 100644 --- a/src/mess/drivers/zorba.c +++ b/src/mess/drivers/zorba.c @@ -234,8 +234,6 @@ static const i8251_interface u0_intf = DEVCB_NULL, DEVCB_NULL, DEVCB_NULL, - DEVCB_NULL, - DEVCB_NULL, DEVCB_NULL }; @@ -248,8 +246,6 @@ static const i8251_interface u1_intf = DEVCB_NULL, DEVCB_NULL, DEVCB_NULL, - DEVCB_NULL, - DEVCB_NULL, DEVCB_NULL }; @@ -262,8 +258,6 @@ static const i8251_interface u2_intf = DEVCB_NULL, DEVCB_NULL, DEVCB_NULL, - DEVCB_NULL, - DEVCB_NULL, DEVCB_NULL }; |