summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/timelimt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/timelimt.c')
-rw-r--r--src/mame/drivers/timelimt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/timelimt.c b/src/mame/drivers/timelimt.c
index 4544f92bb3c..1a6ef50329b 100644
--- a/src/mame/drivers/timelimt.c
+++ b/src/mame/drivers/timelimt.c
@@ -220,7 +220,7 @@ static INTERRUPT_GEN( timelimt_irq )
{
timelimt_state *state = device->machine().driver_data<timelimt_state>();
if ( state->m_nmi_enabled )
- device_set_input_line(device, INPUT_LINE_NMI, PULSE_LINE);
+ device->execute().set_input_line(INPUT_LINE_NMI, PULSE_LINE);
}
/***************************************************************************/