summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/upscope.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/upscope.cpp')
-rw-r--r--src/mame/drivers/upscope.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/upscope.cpp b/src/mame/drivers/upscope.cpp
index 4b306df5afb..a2a425c3857 100644
--- a/src/mame/drivers/upscope.cpp
+++ b/src/mame/drivers/upscope.cpp
@@ -284,7 +284,7 @@ MACHINE_CONFIG_START(upscope_state::upscope)
MCFG_PALETTE_ADD("palette", 4096)
MCFG_PALETTE_INIT_OWNER(upscope_state,amiga)
- set_video_start_cb(config, driver_callback_delegate(&video_start_amiga, this));
+ MCFG_VIDEO_START_OVERRIDE(upscope_state,amiga)
/* sound hardware */
SPEAKER(config, "lspeaker").front_left();