summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sslam.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sslam.cpp')
-rw-r--r--src/mame/drivers/sslam.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/sslam.cpp b/src/mame/drivers/sslam.cpp
index 7d323fd5f00..f4ebd420f20 100644
--- a/src/mame/drivers/sslam.cpp
+++ b/src/mame/drivers/sslam.cpp
@@ -714,7 +714,7 @@ MACHINE_CONFIG_START(sslam_state::sslam)
MCFG_PALETTE_ADD("palette", 0x800)
MCFG_PALETTE_FORMAT(RRRRGGGGBBBBRGBx)
- set_video_start_cb(config, driver_callback_delegate(&video_start_sslam, this));
+ MCFG_VIDEO_START_OVERRIDE(sslam_state,sslam)
/* sound hardware */
SPEAKER(config, "mono").front_center();
@@ -748,7 +748,7 @@ MACHINE_CONFIG_START(sslam_state::powerbls)
MCFG_PALETTE_ADD("palette", 0x200)
MCFG_PALETTE_FORMAT(RRRRGGGGBBBBRGBx)
- set_video_start_cb(config, driver_callback_delegate(&video_start_powerbls, this));
+ MCFG_VIDEO_START_OVERRIDE(sslam_state,powerbls)
/* sound hardware */
SPEAKER(config, "mono").front_center();