summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/blstroid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/blstroid.cpp')
-rw-r--r--src/mame/drivers/blstroid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/blstroid.cpp b/src/mame/drivers/blstroid.cpp
index 14e87bdefa2..5e8f375f85a 100644
--- a/src/mame/drivers/blstroid.cpp
+++ b/src/mame/drivers/blstroid.cpp
@@ -204,7 +204,7 @@ MACHINE_CONFIG_START(blstroid_state::blstroid)
MCFG_SCREEN_PALETTE("palette")
MCFG_SCREEN_VBLANK_CALLBACK(WRITELINE(*this, blstroid_state, video_int_write_line))
- MCFG_VIDEO_START_OVERRIDE(blstroid_state,blstroid)
+ set_video_start_cb(config, driver_callback_delegate(&video_start_blstroid, this));
/* sound hardware */
SPEAKER(config, "lspeaker").front_left();