summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ladyfrog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ladyfrog.cpp')
-rw-r--r--src/mame/drivers/ladyfrog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ladyfrog.cpp b/src/mame/drivers/ladyfrog.cpp
index 917f124a246..490e0d04167 100644
--- a/src/mame/drivers/ladyfrog.cpp
+++ b/src/mame/drivers/ladyfrog.cpp
@@ -347,7 +347,7 @@ MACHINE_CONFIG_END
MACHINE_CONFIG_START(ladyfrog_state::toucheme)
ladyfrog(config);
- MCFG_VIDEO_START_OVERRIDE(ladyfrog_state,toucheme)
+ set_video_start_cb(config, driver_callback_delegate(&video_start_toucheme, this));
MACHINE_CONFIG_END