summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/slapfght.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/slapfght.c')
-rw-r--r--src/mame/machine/slapfght.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/slapfght.c b/src/mame/machine/slapfght.c
index 1b6b2768e9a..6956d9f5a59 100644
--- a/src/mame/machine/slapfght.c
+++ b/src/mame/machine/slapfght.c
@@ -766,7 +766,7 @@ INTERRUPT_GEN( getstar_interrupt )
{
slapfght_state *state = device->machine().driver_data<slapfght_state>();
if (state->m_getstar_sh_intenabled)
- device_set_input_line(device, INPUT_LINE_NMI, PULSE_LINE);
+ device->execute().set_input_line(INPUT_LINE_NMI, PULSE_LINE);
}
#ifdef UNUSED_FUNCTION