summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/stfight.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/stfight.c')
-rw-r--r--src/mame/machine/stfight.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/stfight.c b/src/mame/machine/stfight.c
index 689696e1a50..811dff67024 100644
--- a/src/mame/machine/stfight.c
+++ b/src/mame/machine/stfight.c
@@ -113,7 +113,7 @@ WRITE8_MEMBER(stfight_state::stfight_bank_w)
static TIMER_CALLBACK( stfight_interrupt_1 )
{
// Do a RST08
- cputag_set_input_line_and_vector(machine, "maincpu", 0, HOLD_LINE, 0xcf);
+ machine.device("maincpu")->execute().set_input_line_and_vector(0, HOLD_LINE, 0xcf);
}
INTERRUPT_GEN( stfight_vb_interrupt )