diff options
author | 2014-05-07 16:40:09 +0000 | |
---|---|---|
committer | 2014-05-07 16:40:09 +0000 | |
commit | 8ebb7d29336f182a26640206f51a4e1bf3d9737e (patch) | |
tree | cef88ccc2f372bdfda8c54c8abf5e9e7bf917307 /src/mess/machine/svi318.c | |
parent | 2e2436da429da788836909656cb0df1d2b03ebc2 (diff) |
ins8250_device: converted to devcb2 (nw)
Diffstat (limited to 'src/mess/machine/svi318.c')
-rw-r--r-- | src/mess/machine/svi318.c | 20 |
1 files changed, 0 insertions, 20 deletions
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 */ |