mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
pcat_dyn: that works better, protocol isn't ms mouse compatible though (nw)
This commit is contained in:
parent
68fa73ad77
commit
49b0a34f1e
@ -154,7 +154,7 @@ static MACHINE_CONFIG_START( pcat_dyn, pcat_dyn_state )
|
||||
MCFG_INS8250_OUT_TX_CB(DEVWRITELINE("serport", rs232_port_device, write_txd))
|
||||
MCFG_INS8250_OUT_DTR_CB(DEVWRITELINE("serport", rs232_port_device, write_dtr))
|
||||
MCFG_INS8250_OUT_RTS_CB(DEVWRITELINE("serport", rs232_port_device, write_rts))
|
||||
MCFG_INS8250_OUT_INT_CB(DEVWRITELINE("pic8259_2", pic8259_device, ir4_w))
|
||||
MCFG_INS8250_OUT_INT_CB(DEVWRITELINE("pic8259_1", pic8259_device, ir4_w))
|
||||
MCFG_RS232_PORT_ADD( "serport", pcat_dyn_com, "msmouse" )
|
||||
MCFG_SLOT_FIXED(true)
|
||||
MCFG_RS232_RXD_HANDLER(DEVWRITELINE("ns16550", ins8250_uart_device, rx_w))
|
||||
|
Loading…
Reference in New Issue
Block a user