mirror of
https://github.com/holub/mame
synced 2025-06-08 22:03:55 +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_space = &space(0);
|
||||||
|
|
||||||
m_out_irq.resolve();
|
m_out_irq.resolve_safe();
|
||||||
|
|
||||||
m_cu_timer = timer_alloc(CU_TIMER);
|
m_cu_timer = timer_alloc(CU_TIMER);
|
||||||
m_cu_timer->enable(false);
|
m_cu_timer->enable(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user