From 8ebb7d29336f182a26640206f51a4e1bf3d9737e Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Wed, 7 May 2014 16:40:09 +0000 Subject: ins8250_device: converted to devcb2 (nw) --- src/mess/machine/svi318.c | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/mess/machine/svi318.c') diff --git a/src/mess/machine/svi318.c b/src/mess/machine/svi318.c index 131e9cc7168..c8b6d41cc33 100644 --- a/src/mess/machine/svi318.c +++ b/src/mess/machine/svi318.c @@ -39,26 +39,6 @@ static INS8250_REFRESH_CONNECT( svi318_com_refresh_connected ) ins8250_handshake_in(device, UART8250_HANDSHAKE_IN_CTS|UART8250_HANDSHAKE_IN_DSR|UART8250_INPUTS_RING_INDICATOR|UART8250_INPUTS_DATA_CARRIER_DETECT); } #endif -const ins8250_interface svi318_ins8250_interface[2]= -{ - { - DEVCB_NULL, - DEVCB_NULL, - DEVCB_NULL, - DEVCB_DRIVER_LINE_MEMBER(svi318_state,svi318_ins8250_interrupt), - DEVCB_NULL, - DEVCB_NULL - }, - { - DEVCB_NULL, - DEVCB_NULL, - DEVCB_NULL, - DEVCB_DRIVER_LINE_MEMBER(svi318_state,svi318_ins8250_interrupt), - DEVCB_NULL, - DEVCB_NULL - } -}; - /* Cartridge */ -- cgit v1.2.3-70-g09d2