summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galastrm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galastrm.c')
-rw-r--r--src/mame/drivers/galastrm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/galastrm.c b/src/mame/drivers/galastrm.c
index 0566c6c3fad..6b1f50f187e 100644
--- a/src/mame/drivers/galastrm.c
+++ b/src/mame/drivers/galastrm.c
@@ -52,7 +52,7 @@ static INTERRUPT_GEN( galastrm_interrupt )
{
galastrm_state *state = device->machine().driver_data<galastrm_state>();
state->m_frame_counter ^= 1;
- device_set_input_line(device, 5, HOLD_LINE);
+ device->execute().set_input_line(5, HOLD_LINE);
}
static TIMER_CALLBACK( galastrm_interrupt6 )