summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/fromance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/fromance.c')
-rw-r--r--src/mame/video/fromance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/fromance.c b/src/mame/video/fromance.c
index 327e3bc3aff..e29dd12c3c9 100644
--- a/src/mame/video/fromance.c
+++ b/src/mame/video/fromance.c
@@ -258,7 +258,7 @@ WRITE8_MEMBER(fromance_state::fromance_scroll_w)
static TIMER_CALLBACK( crtc_interrupt_gen )
{
fromance_state *state = machine.driver_data<fromance_state>();
- device_set_input_line(state->m_subcpu, 0, HOLD_LINE);
+ state->m_subcpu->set_input_line(0, HOLD_LINE);
if (param != 0)
state->m_crtc_timer->adjust(machine.primary_screen->frame_period() / param, 0, machine.primary_screen->frame_period() / param);
}