summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galspnbl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galspnbl.cpp')
-rw-r--r--src/mame/drivers/galspnbl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/galspnbl.cpp b/src/mame/drivers/galspnbl.cpp
index f1104485d3a..1fbaf92515f 100644
--- a/src/mame/drivers/galspnbl.cpp
+++ b/src/mame/drivers/galspnbl.cpp
@@ -235,7 +235,7 @@ MACHINE_CONFIG_START(galspnbl_state::galspnbl)
MCFG_SCREEN_UPDATE_DRIVER(galspnbl_state, screen_update_galspnbl)
MCFG_SCREEN_PALETTE("palette")
- set_video_start_cb(config, driver_callback_delegate(&video_start_galspnbl, this));
+ MCFG_VIDEO_START_OVERRIDE(galspnbl_state,galspnbl)
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_galspnbl)