summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gei.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gei.c')
-rw-r--r--src/mame/drivers/gei.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gei.c b/src/mame/drivers/gei.c
index 82a8449fe5d..e6ae48ab335 100644
--- a/src/mame/drivers/gei.c
+++ b/src/mame/drivers/gei.c
@@ -1108,7 +1108,7 @@ static INTERRUPT_GEN( vblank_irq )
gei_state *state = device->machine().driver_data<gei_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);
}