mirror of
https://github.com/holub/mame
synced 2025-07-04 01:18:59 +03:00
fccpu20: set terminal as default rs232 device
This commit is contained in:
parent
085cab6fe5
commit
42b396a294
@ -352,7 +352,7 @@ static MACHINE_CONFIG_START (cpu20, cpu20_state)
|
||||
MCFG_MPCC_OUT_DTR_CB(DEVWRITELINE(RS232P1_TAG, rs232_port_device, write_dtr))
|
||||
MCFG_MPCC_OUT_RTS_CB(DEVWRITELINE(RS232P1_TAG, rs232_port_device, write_rts))
|
||||
// RS232
|
||||
MCFG_RS232_PORT_ADD (RS232P1_TAG, default_rs232_devices, nullptr)
|
||||
MCFG_RS232_PORT_ADD (RS232P1_TAG, default_rs232_devices, "terminal")
|
||||
MCFG_RS232_RXD_HANDLER (DEVWRITELINE ("mpcc", mpcc68561_device, rx_w))
|
||||
MCFG_RS232_CTS_HANDLER (DEVWRITELINE ("mpcc", mpcc68561_device, cts_w))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user