mirror of
https://github.com/holub/mame
synced 2025-05-29 17:13:05 +03:00
Prospective fix for Phil's carpolo crash, which I'm not getting. No whatsnew.
This commit is contained in:
parent
dfd42f5df1
commit
6a20b250f7
@ -130,9 +130,12 @@ void ttl7474_device::device_start()
|
||||
state_save_register_device_item(this, 0, m_last_output);
|
||||
state_save_register_device_item(this, 0, m_last_output_comp);
|
||||
|
||||
if(m_config.m_target_tag != NULL)
|
||||
{
|
||||
devcb_resolve_write_line(&m_output_cb, &m_config.m_output_cb, this);
|
||||
devcb_resolve_write_line(&m_comp_output_cb, &m_config.m_comp_output_cb, this);
|
||||
}
|
||||
}
|
||||
|
||||
//-------------------------------------------------
|
||||
// device_reset - device-specific reset
|
||||
|
Loading…
Reference in New Issue
Block a user