summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tankbust.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tankbust.c')
-rw-r--r--src/mame/drivers/tankbust.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tankbust.c b/src/mame/drivers/tankbust.c
index b424d05114e..81ddc870d62 100644
--- a/src/mame/drivers/tankbust.c
+++ b/src/mame/drivers/tankbust.c
@@ -323,7 +323,7 @@ static INTERRUPT_GEN( vblank_irq )
tankbust_state *state = device->machine().driver_data<tankbust_state>();
if(state->m_irq_mask)
- device_set_input_line(device, 0, HOLD_LINE);
+ device->execute().set_input_line(0, HOLD_LINE);
}
static MACHINE_CONFIG_START( tankbust, tankbust_state )