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