summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mcr3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mcr3.cpp')
-rw-r--r--src/mame/drivers/mcr3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mcr3.cpp b/src/mame/drivers/mcr3.cpp
index 3af3f26e2ef..c65da206067 100644
--- a/src/mame/drivers/mcr3.cpp
+++ b/src/mame/drivers/mcr3.cpp
@@ -1175,7 +1175,7 @@ MACHINE_CONFIG_START(mcr3_state::mcrscroll)
MCFG_PALETTE_ENTRIES(64+4)
MCFG_PALETTE_INIT_OWNER(mcr3_state,spyhunt)
- MCFG_VIDEO_START_OVERRIDE(mcr3_state,spyhunt)
+ set_video_start_cb(config, driver_callback_delegate(&video_start_spyhunt, this));
MACHINE_CONFIG_END