summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/aztarac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/aztarac.c')
-rw-r--r--src/mame/drivers/aztarac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/aztarac.c b/src/mame/drivers/aztarac.c
index 0e7df8de9d6..944cb38d599 100644
--- a/src/mame/drivers/aztarac.c
+++ b/src/mame/drivers/aztarac.c
@@ -37,7 +37,7 @@ static IRQ_CALLBACK(aztarac_irq_callback)
static MACHINE_RESET( aztarac )
{
- device_set_irq_callback(machine.device("maincpu"), aztarac_irq_callback);
+ machine.device("maincpu")->execute().set_irq_acknowledge_callback(aztarac_irq_callback);
}