summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/qx10.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/qx10.c')
-rw-r--r--src/mess/drivers/qx10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/qx10.c b/src/mess/drivers/qx10.c
index a7731e8b876..4c5e09bd419 100644
--- a/src/mess/drivers/qx10.c
+++ b/src/mess/drivers/qx10.c
@@ -899,7 +899,7 @@ INPUT_PORTS_END
void qx10_state::machine_start()
{
- device_set_irq_callback(machine().device("maincpu"), irq_callback);
+ machine().device("maincpu")->execute().set_irq_acknowledge_callback(irq_callback);
}
void qx10_state::machine_reset()