summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/tf20.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/tf20.c')
-rw-r--r--src/mess/machine/tf20.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/tf20.c b/src/mess/machine/tf20.c
index d0633a3c3a3..b198e350fb8 100644
--- a/src/mess/machine/tf20.c
+++ b/src/mess/machine/tf20.c
@@ -330,7 +330,7 @@ static DEVICE_START( tf20 )
device_t *cpu = device->subdevice("tf20");
address_space *prg = cpu->memory().space(AS_PROGRAM);
- device_set_irq_callback(cpu, tf20_irq_ack);
+ cpu->execute().set_irq_acknowledge_callback(tf20_irq_ack);
/* ram device */
tf20->ram = device->subdevice<ram_device>("ram");