summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/deco156.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/deco156.c')
-rw-r--r--src/mame/drivers/deco156.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/deco156.c b/src/mame/drivers/deco156.c
index e2989800eb5..417624a09a1 100644
--- a/src/mame/drivers/deco156.c
+++ b/src/mame/drivers/deco156.c
@@ -315,7 +315,7 @@ static const ymz280b_interface ymz280b_intf =
static INTERRUPT_GEN( deco32_vbl_interrupt )
{
- device_set_input_line(device, ARM_IRQ_LINE, HOLD_LINE);
+ device->execute().set_input_line(ARM_IRQ_LINE, HOLD_LINE);
}
static int deco156_bank_callback(const int bank)