mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
er1400: Default clock in other drivers (nw)
This commit is contained in:
parent
463c447b4a
commit
7cc9c68d6d
@ -462,7 +462,7 @@ MACHINE_CONFIG_START(decwriter_state::la120)
|
||||
MCFG_RS232_DSR_HANDLER(WRITELINE("usart", i8251_device, write_dsr))
|
||||
*/
|
||||
|
||||
MCFG_DEVICE_ADD("nvm", ER1400, 0)
|
||||
ER1400(config, m_nvm);
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
|
||||
|
@ -385,7 +385,7 @@ MACHINE_CONFIG_START(v100_state::v100)
|
||||
ppi.out_pc_callback().set(m_earom, FUNC(er1400_device::data_w)).bit(6).invert();
|
||||
ppi.out_pc_callback().append(m_earom, FUNC(er1400_device::clock_w)).bit(0).invert();
|
||||
|
||||
ER1400(config, m_earom, 0);
|
||||
ER1400(config, m_earom);
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
|
||||
|
@ -353,7 +353,7 @@ MACHINE_CONFIG_START(vt100_state::vt100)
|
||||
dbrg.fr_handler().set(m_pusart, FUNC(i8251_device::write_rxc));
|
||||
dbrg.ft_handler().set(m_pusart, FUNC(i8251_device::write_txc));
|
||||
|
||||
ER1400(config, m_nvr, 0);
|
||||
ER1400(config, m_nvr);
|
||||
|
||||
VT100_KEYBOARD(config, m_keyboard, 0).signal_out_callback().set(m_kbduart, FUNC(ay31015_device::write_si));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user