summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wc90.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wc90.cpp')
-rw-r--r--src/mame/drivers/wc90.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/wc90.cpp b/src/mame/drivers/wc90.cpp
index 3c7547f3311..494636bccc3 100644
--- a/src/mame/drivers/wc90.cpp
+++ b/src/mame/drivers/wc90.cpp
@@ -394,7 +394,7 @@ MACHINE_CONFIG_END
MACHINE_CONFIG_START(wc90_state::wc90t)
wc90(config);
- set_video_start_cb(config, driver_callback_delegate(&video_start_wc90t, this));
+ MCFG_VIDEO_START_OVERRIDE(wc90_state, wc90t )
MACHINE_CONFIG_END
MACHINE_CONFIG_START(wc90_state::pac90)