summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/holeland.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/holeland.cpp')
-rw-r--r--src/mame/drivers/holeland.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/holeland.cpp b/src/mame/drivers/holeland.cpp
index 747ddfa9c60..f15efd7987e 100644
--- a/src/mame/drivers/holeland.cpp
+++ b/src/mame/drivers/holeland.cpp
@@ -301,7 +301,7 @@ MACHINE_CONFIG_START(holeland_state::holeland)
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_holeland)
MCFG_PALETTE_ADD_RRRRGGGGBBBB_PROMS("palette", "proms", 256)
- set_video_start_cb(config, driver_callback_delegate(&video_start_holeland, this));
+ MCFG_VIDEO_START_OVERRIDE(holeland_state,holeland)
/* sound hardware */
SPEAKER(config, "mono").front_center();
@@ -382,7 +382,7 @@ MACHINE_CONFIG_START(holeland_state::crzrally)
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_crzrally)
MCFG_PALETTE_ADD_RRRRGGGGBBBB_PROMS("palette", "proms", 256)
- set_video_start_cb(config, driver_callback_delegate(&video_start_crzrally, this));
+ MCFG_VIDEO_START_OVERRIDE(holeland_state,crzrally)
/* sound hardware */
SPEAKER(config, "mono").front_center();