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 59635c340b9..6fa024175fc 100644
--- a/src/mame/drivers/mquake.cpp
+++ b/src/mame/drivers/mquake.cpp
@@ -323,7 +323,7 @@ MACHINE_CONFIG_START(mquake_state::mquake)
MCFG_NVRAM_ADD_0FILL("nvram")
/* video hardware */
- MCFG_FRAGMENT_ADD(ntsc_video)
+ ntsc_video(config);
MCFG_PALETTE_ADD("palette", 4096)
MCFG_PALETTE_INIT_OWNER(mquake_state,amiga)