summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wgp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wgp.cpp')
-rw-r--r--src/mame/drivers/wgp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/wgp.cpp b/src/mame/drivers/wgp.cpp
index 5e3e61e2210..af7acdfd3fd 100644
--- a/src/mame/drivers/wgp.cpp
+++ b/src/mame/drivers/wgp.cpp
@@ -971,7 +971,7 @@ MACHINE_CONFIG_START(wgp_state::wgp2)
MCFG_QUANTUM_TIME(attotime::from_hz(12000))
/* video hardware */
- MCFG_VIDEO_START_OVERRIDE(wgp_state, wgp2)
+ set_video_start_cb(config, driver_callback_delegate(&video_start_wgp2, this));
MCFG_DEVICE_MODIFY("tc0100scn")
MCFG_TC0100SCN_OFFSETS(4, 2)