summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/subsino2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/subsino2.c')
-rw-r--r--src/mame/drivers/subsino2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/subsino2.c b/src/mame/drivers/subsino2.c
index 3eafd82122b..0e7e707108f 100644
--- a/src/mame/drivers/subsino2.c
+++ b/src/mame/drivers/subsino2.c
@@ -866,7 +866,7 @@ static INTERRUPT_GEN( am188em_int0_irq )
subsino2_state *state = device->machine().driver_data<subsino2_state>();
if ( ((state->m_am188em_regs[AM188EM_IMASK+0] & 0x10) == 0) || // IMASK.I0 mask
((state->m_am188em_regs[AM188EM_I0CON+0] & 0x08) == 0) ) // I0CON.MSK mask
- device_set_input_line_and_vector(device, 0, HOLD_LINE, 0x0c); // INT0 (background scrolling in xplan)
+ device->execute().set_input_line_and_vector(0, HOLD_LINE, 0x0c); // INT0 (background scrolling in xplan)
}
static TIMER_DEVICE_CALLBACK( am188em_timer2_irq )