mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
i82586: tolerate missing irq callback
This commit is contained in:
parent
438c589023
commit
f150a69451
@ -162,7 +162,7 @@ void i82586_base_device::device_start()
|
||||
{
|
||||
m_space = &space(0);
|
||||
|
||||
m_out_irq.resolve();
|
||||
m_out_irq.resolve_safe();
|
||||
|
||||
m_cu_timer = timer_alloc(CU_TIMER);
|
||||
m_cu_timer->enable(false);
|
||||
|
Loading…
Reference in New Issue
Block a user