mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
i82586: tolerate missing irq callback
This commit is contained in:
parent
438c589023
commit
f150a69451
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue