summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/mb88xx
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/mb88xx')
-rw-r--r--src/emu/cpu/mb88xx/mb88xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/mb88xx/mb88xx.c b/src/emu/cpu/mb88xx/mb88xx.c
index db376f27434..13656e26d8a 100644
--- a/src/emu/cpu/mb88xx/mb88xx.c
+++ b/src/emu/cpu/mb88xx/mb88xx.c
@@ -149,7 +149,7 @@ static CPU_INIT( mb88 )
cpustate->data = device->space(AS_DATA);
cpustate->io = device->space(AS_IO);
- cpustate->serial = timer_alloc(device->machine, serial_timer, (void *)device);
+ cpustate->serial = device->machine->scheduler().timer_alloc(FUNC(serial_timer), (void *)device);
state_save_register_device_item(device, 0, cpustate->PC);
state_save_register_device_item(device, 0, cpustate->PA);