summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/equites.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/equites.cpp')
-rw-r--r--src/mame/drivers/equites.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/equites.cpp b/src/mame/drivers/equites.cpp
index d2ac45bbab3..8687f60caac 100644
--- a/src/mame/drivers/equites.cpp
+++ b/src/mame/drivers/equites.cpp
@@ -1185,7 +1185,7 @@ MACHINE_CONFIG_START(equites_state::equites)
MCFG_PALETTE_INDIRECT_ENTRIES(0x100)
MCFG_PALETTE_INIT_OWNER(equites_state,equites)
- set_video_start_cb(config, driver_callback_delegate(&video_start_equites, this));
+ MCFG_VIDEO_START_OVERRIDE(equites_state,equites)
MACHINE_CONFIG_END
MACHINE_CONFIG_START(gekisou_state::gekisou)
@@ -1235,7 +1235,7 @@ MACHINE_CONFIG_START(splndrbt_state::splndrbt)
MCFG_PALETTE_INDIRECT_ENTRIES(0x100)
MCFG_PALETTE_INIT_OWNER(splndrbt_state,splndrbt)
- set_video_start_cb(config, driver_callback_delegate(&video_start_splndrbt, this));
+ MCFG_VIDEO_START_OVERRIDE(splndrbt_state,splndrbt)
MACHINE_CONFIG_END
MACHINE_CONFIG_START(splndrbt_state::hvoltage)