summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/trvquest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/trvquest.cpp')
-rw-r--r--src/mame/drivers/trvquest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/trvquest.cpp b/src/mame/drivers/trvquest.cpp
index 10df30fb293..48addfaf38b 100644
--- a/src/mame/drivers/trvquest.cpp
+++ b/src/mame/drivers/trvquest.cpp
@@ -188,7 +188,7 @@ MACHINE_CONFIG_START(gameplan_state::trvquest)
MCFG_MACHINE_RESET_OVERRIDE(gameplan_state,trvquest)
/* video hardware */
- MCFG_FRAGMENT_ADD(trvquest_video)
+ trvquest_video(config);
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")