summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gottlieb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gottlieb.cpp')
-rw-r--r--src/mame/drivers/gottlieb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gottlieb.cpp b/src/mame/drivers/gottlieb.cpp
index e6daee4e6bd..59922784dce 100644
--- a/src/mame/drivers/gottlieb.cpp
+++ b/src/mame/drivers/gottlieb.cpp
@@ -1865,7 +1865,7 @@ MACHINE_CONFIG_END
MACHINE_CONFIG_START(gottlieb_state::screwloo)
gottlieb2(config);
- set_video_start_cb(config, driver_callback_delegate(&video_start_screwloo, this));
+ MCFG_VIDEO_START_OVERRIDE(gottlieb_state,screwloo)
MACHINE_CONFIG_END
MACHINE_CONFIG_START(gottlieb_state::cobram3)