summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gaelco.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gaelco.cpp')
-rw-r--r--src/mame/drivers/gaelco.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/gaelco.cpp b/src/mame/drivers/gaelco.cpp
index 431de80378e..fc4b887a7ef 100644
--- a/src/mame/drivers/gaelco.cpp
+++ b/src/mame/drivers/gaelco.cpp
@@ -655,7 +655,7 @@ MACHINE_CONFIG_START(gaelco_state::bigkarnk)
MCFG_PALETTE_ADD("palette", 1024)
MCFG_PALETTE_FORMAT(xBBBBBGGGGGRRRRR)
- MCFG_VIDEO_START_OVERRIDE(gaelco_state,bigkarnk)
+ set_video_start_cb(config, driver_callback_delegate(&video_start_bigkarnk, this));
/* sound hardware */
SPEAKER(config, "mono").front_center();
@@ -690,7 +690,7 @@ MACHINE_CONFIG_START(gaelco_state::maniacsq)
MCFG_PALETTE_ADD("palette", 1024)
MCFG_PALETTE_FORMAT(xBBBBBGGGGGRRRRR)
- MCFG_VIDEO_START_OVERRIDE(gaelco_state,maniacsq)
+ set_video_start_cb(config, driver_callback_delegate(&video_start_maniacsq, this));
/* sound hardware */
SPEAKER(config, "mono").front_center();
@@ -729,7 +729,7 @@ MACHINE_CONFIG_START(gaelco_state::squash)
MCFG_PALETTE_ADD("palette", 1024)
MCFG_PALETTE_FORMAT(xBBBBBGGGGGRRRRR)
- MCFG_VIDEO_START_OVERRIDE(gaelco_state,maniacsq)
+ set_video_start_cb(config, driver_callback_delegate(&video_start_maniacsq, this));
/* sound hardware */
SPEAKER(config, "mono").front_center();
@@ -768,7 +768,7 @@ MACHINE_CONFIG_START(gaelco_state::thoop)
MCFG_PALETTE_ADD("palette", 1024)
MCFG_PALETTE_FORMAT(xBBBBBGGGGGRRRRR)
- MCFG_VIDEO_START_OVERRIDE(gaelco_state,maniacsq)
+ set_video_start_cb(config, driver_callback_delegate(&video_start_maniacsq, this));
/* sound hardware */
SPEAKER(config, "mono").front_center();