diff options
Diffstat (limited to 'src/mame/drivers/bublbobl.cpp')
-rw-r--r-- | src/mame/drivers/bublbobl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/bublbobl.cpp b/src/mame/drivers/bublbobl.cpp index f3e7caca020..782d121a883 100644 --- a/src/mame/drivers/bublbobl.cpp +++ b/src/mame/drivers/bublbobl.cpp @@ -806,6 +806,8 @@ MACHINE_START_MEMBER(bublbobl_state,common) m_sreset_old = CLEAR_LINE; save_item(NAME(m_video_enable)); save_item(NAME(m_sreset_old)); + + m_irq_ack_timer = timer_alloc(FUNC(bublbobl_state::irq_ack), this); } MACHINE_RESET_MEMBER(bublbobl_state,common) // things common on both tokio and bubble bobble hw |