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 c98ffcdb5c8..0566c6c3fad 100644
--- a/src/mame/drivers/galastrm.c
+++ b/src/mame/drivers/galastrm.c
@@ -57,7 +57,7 @@ static INTERRUPT_GEN( galastrm_interrupt )
static TIMER_CALLBACK( galastrm_interrupt6 )
{
- cputag_set_input_line(machine, "maincpu", 6, HOLD_LINE);
+ machine.device("maincpu")->execute().set_input_line(6, HOLD_LINE);
}