summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/punchout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/punchout.c')
-rw-r--r--src/mame/drivers/punchout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/punchout.c b/src/mame/drivers/punchout.c
index d0377be6440..e02be32594a 100644
--- a/src/mame/drivers/punchout.c
+++ b/src/mame/drivers/punchout.c
@@ -934,7 +934,7 @@ static INTERRUPT_GEN( vblank_irq )
punchout_state *state = device->machine().driver_data<punchout_state>();
if(state->m_nmi_mask)
- device_set_input_line(device, INPUT_LINE_NMI, PULSE_LINE);
+ device->execute().set_input_line(INPUT_LINE_NMI, PULSE_LINE);
}