mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
fix the broken fix to the partial commit that went wrong (nw)
This commit is contained in:
parent
7ccb382302
commit
a4d4b26a89
@ -673,8 +673,7 @@ static MACHINE_CONFIG_START( to7, thomson_state )
|
||||
MCFG_PIA_IRQB_HANDLER(WRITELINE(thomson_state, thom_irq_1))
|
||||
|
||||
/* TODO: CONVERT THIS TO A SLOT DEVICE (RF 57-932) */
|
||||
MCFG_DEVICE_ADD("acia", MOS6551, 0)
|
||||
//MCFG_MOS6551_XTAL(XTAL_1_8432MHz)
|
||||
MCFG_DEVICE_ADD("acia", MOS6551, XTAL_1_8432MHz)
|
||||
MCFG_MOS6551_TXD_HANDLER(DEVWRITELINE("rs232", rs232_port_device, write_txd))
|
||||
|
||||
/// 2400 7N2
|
||||
|
Loading…
Reference in New Issue
Block a user