summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hng64.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hng64.c')
-rw-r--r--src/mame/drivers/hng64.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/hng64.c b/src/mame/drivers/hng64.c
index d69272226a0..b2c210a5a68 100644
--- a/src/mame/drivers/hng64.c
+++ b/src/mame/drivers/hng64.c
@@ -1751,10 +1751,10 @@ void hng64_state::m_set_irq(UINT32 irq_vector)
}
}
- device_set_input_line(m_maincpu, 0, ASSERT_LINE);
+ m_maincpu->set_input_line(0, ASSERT_LINE);
}
else
- device_set_input_line(m_maincpu, 0, CLEAR_LINE);
+ m_maincpu->set_input_line(0, CLEAR_LINE);
}
static TIMER_DEVICE_CALLBACK( hng64_irq )