summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/primo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/primo.c')
-rw-r--r--src/mess/machine/primo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/primo.c b/src/mess/machine/primo.c
index b0ebe0b6eee..ac580f02bf8 100644
--- a/src/mess/machine/primo.c
+++ b/src/mess/machine/primo.c
@@ -35,7 +35,7 @@ INTERRUPT_GEN( primo_vblank_interrupt )
{
primo_state *state = device->machine().driver_data<primo_state>();
if (state->m_nmi)
- device_set_input_line(device, INPUT_LINE_NMI, PULSE_LINE);
+ device->execute().set_input_line(INPUT_LINE_NMI, PULSE_LINE);
}
/*******************************************************************************