summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pcxt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pcxt.c')
-rw-r--r--src/mame/drivers/pcxt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pcxt.c b/src/mame/drivers/pcxt.c
index 2675e8c84ef..438a62f6578 100644
--- a/src/mame/drivers/pcxt.c
+++ b/src/mame/drivers/pcxt.c
@@ -719,7 +719,7 @@ static MACHINE_RESET( filetto )
device_t *speaker = machine.device("speaker");
state->m_bank = -1;
state->m_lastvalue = -1;
- device_set_irq_callback(machine.device("maincpu"), irq_callback);
+ machine.device("maincpu")->execute().set_irq_acknowledge_callback(irq_callback);
state->m_pc_spkrdata = 0;
state->m_pc_input = 0;