summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ms32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ms32.cpp')
-rw-r--r--src/mame/drivers/ms32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ms32.cpp b/src/mame/drivers/ms32.cpp
index 3f469c6240b..bc8d75ee1ee 100644
--- a/src/mame/drivers/ms32.cpp
+++ b/src/mame/drivers/ms32.cpp
@@ -1750,7 +1750,7 @@ MACHINE_CONFIG_START(ms32_state::f1superb)
MCFG_GFXDECODE_MODIFY("gfxdecode", gfx_f1superb)
- set_video_start_cb(config, driver_callback_delegate(&video_start_f1superb, this));
+ MCFG_VIDEO_START_OVERRIDE(ms32_state,f1superb)
MACHINE_CONFIG_END