mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
(nw)trs80m3: fixed config here too
This commit is contained in:
parent
b167c4d203
commit
4bd63272aa
@ -399,10 +399,10 @@ MACHINE_CONFIG_START(trs80m3_state::model3)
|
||||
m_brg->ft_handler().set(m_uart, FUNC(ay31015_device::write_tcp));
|
||||
|
||||
MCFG_DEVICE_ADD("uart", AY31015, 0)
|
||||
MCFG_AY51013_READ_SI_CB(READLINE("rs232", rs232_port_device, rxd_r))
|
||||
MCFG_AY51013_WRITE_SO_CB(WRITELINE("rs232", rs232_port_device, write_txd))
|
||||
//MCFG_AY51013_WRITE_DAV_CB(WRITELINE( , , ))
|
||||
MCFG_AY51013_AUTO_RDAV(true)
|
||||
MCFG_AY31015_READ_SI_CB(READLINE("rs232", rs232_port_device, rxd_r))
|
||||
MCFG_AY31015_WRITE_SO_CB(WRITELINE("rs232", rs232_port_device, write_txd))
|
||||
//MCFG_AY31015_WRITE_DAV_CB(WRITELINE( , , ))
|
||||
MCFG_AY31015_AUTO_RDAV(true)
|
||||
MCFG_DEVICE_ADD("rs232", RS232_PORT, default_rs232_devices, nullptr)
|
||||
|
||||
MCFG_MACHINE_RESET_OVERRIDE(trs80m3_state, trs80m3)
|
||||
|
Loading…
Reference in New Issue
Block a user