summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/micro3d.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/micro3d.c')
-rw-r--r--src/mame/machine/micro3d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/micro3d.c b/src/mame/machine/micro3d.c
index 15f3b20771e..fb29d5749b8 100644
--- a/src/mame/machine/micro3d.c
+++ b/src/mame/machine/micro3d.c
@@ -762,7 +762,7 @@ DRIVER_INIT( micro3d )
/* TODO? BOTSS crashes when starting the final stage because the 68000
overwrites memory in use by the Am29000. Slowing down the 68000 slightly
avoids this */
- cpu_set_clockscale(machine->device("maincpu"), 0.945f);
+ machine->device("maincpu")->set_clock_scale(0.945f);
}
DRIVER_INIT( botssa )