summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gameplan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/gameplan.cpp')
-rw-r--r--src/mame/video/gameplan.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/video/gameplan.cpp b/src/mame/video/gameplan.cpp
index d12aa3bceba..6f15aad5be3 100644
--- a/src/mame/video/gameplan.cpp
+++ b/src/mame/video/gameplan.cpp
@@ -332,7 +332,8 @@ MACHINE_CONFIG_START(gameplan_state::leprechn_video)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(gameplan_state::trvquest_video, gameplan_video)
+MACHINE_CONFIG_START(gameplan_state::trvquest_video)
+ gameplan_video(config);
MCFG_VIDEO_START_OVERRIDE(gameplan_state,trvquest)
MCFG_SCREEN_MODIFY("screen")
MCFG_SCREEN_UPDATE_DRIVER(gameplan_state, screen_update_gameplan)