summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/timeplt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/timeplt.cpp')
-rw-r--r--src/mame/drivers/timeplt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/timeplt.cpp b/src/mame/drivers/timeplt.cpp
index 9239fec90bc..59d831af379 100644
--- a/src/mame/drivers/timeplt.cpp
+++ b/src/mame/drivers/timeplt.cpp
@@ -479,7 +479,7 @@ MACHINE_CONFIG_START(timeplt_state::psurge)
MCFG_ADDRESSABLE_LATCH_Q5_OUT_CB(NOOP)
MCFG_ADDRESSABLE_LATCH_Q6_OUT_CB(NOOP)
- MCFG_VIDEO_START_OVERRIDE(timeplt_state,psurge)
+ set_video_start_cb(config, driver_callback_delegate(&video_start_psurge, this));
MACHINE_CONFIG_END
MACHINE_CONFIG_START(timeplt_state::bikkuric)
@@ -491,7 +491,7 @@ MACHINE_CONFIG_START(timeplt_state::bikkuric)
MCFG_DEVICE_MODIFY("maincpu")
MCFG_DEVICE_PROGRAM_MAP(chkun_main_map)
- MCFG_VIDEO_START_OVERRIDE(timeplt_state,chkun)
+ set_video_start_cb(config, driver_callback_delegate(&video_start_chkun, this));
MACHINE_CONFIG_END
MACHINE_CONFIG_START(timeplt_state::chkun)