summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/slapfght.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/slapfght.cpp')
-rw-r--r--src/mame/drivers/slapfght.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/slapfght.cpp b/src/mame/drivers/slapfght.cpp
index c31e0838562..cdceb753451 100644
--- a/src/mame/drivers/slapfght.cpp
+++ b/src/mame/drivers/slapfght.cpp
@@ -923,7 +923,7 @@ MACHINE_CONFIG_START(slapfght_state::perfrman)
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_perfrman)
MCFG_PALETTE_ADD_RRRRGGGGBBBB_PROMS("palette", "proms", 256)
- set_video_start_cb(config, driver_callback_delegate(&video_start_perfrman, this));
+ MCFG_VIDEO_START_OVERRIDE(slapfght_state, perfrman)
/* sound hardware */
SPEAKER(config, "mono").front_center();
@@ -975,7 +975,7 @@ MACHINE_CONFIG_START(slapfght_state::tigerh)
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_slapfght)
MCFG_PALETTE_ADD_RRRRGGGGBBBB_PROMS("palette", "proms", 256)
- set_video_start_cb(config, driver_callback_delegate(&video_start_slapfight, this));
+ MCFG_VIDEO_START_OVERRIDE(slapfght_state, slapfight)
/* sound hardware */
SPEAKER(config, "mono").front_center();
@@ -1048,7 +1048,7 @@ MACHINE_CONFIG_START(slapfght_state::slapfigh)
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_slapfght)
MCFG_PALETTE_ADD_RRRRGGGGBBBB_PROMS("palette", "proms", 256)
- set_video_start_cb(config, driver_callback_delegate(&video_start_slapfight, this));
+ MCFG_VIDEO_START_OVERRIDE(slapfght_state, slapfight)
/* sound hardware */
SPEAKER(config, "mono").front_center();