summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tecmo16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tecmo16.cpp')
-rw-r--r--src/mame/drivers/tecmo16.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/tecmo16.cpp b/src/mame/drivers/tecmo16.cpp
index e44ebe38110..d8fc26b9d47 100644
--- a/src/mame/drivers/tecmo16.cpp
+++ b/src/mame/drivers/tecmo16.cpp
@@ -420,14 +420,14 @@ MACHINE_CONFIG_START(tecmo16_state::ginkun)
MCFG_DEVICE_MODIFY("maincpu")
MCFG_DEVICE_PROGRAM_MAP(ginkun_map)
- set_video_start_cb(config, driver_callback_delegate(&video_start_ginkun, this));
+ MCFG_VIDEO_START_OVERRIDE(tecmo16_state,ginkun)
MACHINE_CONFIG_END
MACHINE_CONFIG_START(tecmo16_state::riot)
ginkun(config);
/* basic machine hardware */
- set_video_start_cb(config, driver_callback_delegate(&video_start_riot, this));
+ MCFG_VIDEO_START_OVERRIDE(tecmo16_state,riot)
MACHINE_CONFIG_END
/******************************************************************************/