diff options
Diffstat (limited to 'src/devices/bus/iq151/iq151.cpp')
-rw-r--r-- | src/devices/bus/iq151/iq151.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/devices/bus/iq151/iq151.cpp b/src/devices/bus/iq151/iq151.cpp index e1f6f1ebb4e..aa729cefce3 100644 --- a/src/devices/bus/iq151/iq151.cpp +++ b/src/devices/bus/iq151/iq151.cpp @@ -86,15 +86,6 @@ void iq151cart_slot_device::device_start() m_cart = get_card_device(); if (m_cart) m_cart->set_screen_device(*m_screen); - - // resolve callbacks - m_out_irq0_cb.resolve_safe(); - m_out_irq1_cb.resolve_safe(); - m_out_irq2_cb.resolve_safe(); - m_out_irq3_cb.resolve_safe(); - m_out_irq4_cb.resolve_safe(); - m_out_drq_cb.resolve_safe(); - } |