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