summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/poly.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/poly.c')
-rw-r--r--src/mess/drivers/poly.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mess/drivers/poly.c b/src/mess/drivers/poly.c
index 93538913a9f..1878eee9552 100644
--- a/src/mess/drivers/poly.c
+++ b/src/mess/drivers/poly.c
@@ -161,11 +161,8 @@ static ACIA6850_INTERFACE( acia_intf )
{
1,
1,
- DEVCB_NULL,//DEVCB_DEVICE_LINE_MEMBER("rs232", serial_port_device, rx),
DEVCB_NULL,//DEVCB_DEVICE_LINE_MEMBER("rs232", serial_port_device, tx),
- DEVCB_NULL,//DEVCB_DEVICE_LINE_MEMBER("rs232", rs232_port_device, cts_r),
DEVCB_NULL,//DEVCB_DEVICE_LINE_MEMBER("rs232", rs232_port_device, rts_w),
- DEVCB_NULL,
DEVCB_NULL
};