summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gauntlet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/gauntlet.cpp')
-rw-r--r--src/mame/video/gauntlet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/gauntlet.cpp b/src/mame/video/gauntlet.cpp
index 6518aeac69c..b003e45522b 100644
--- a/src/mame/video/gauntlet.cpp
+++ b/src/mame/video/gauntlet.cpp
@@ -79,7 +79,7 @@ const atari_motion_objects_config gauntlet_state::s_mob_config =
0 /* resulting value to indicate "special" */
};
-VIDEO_START_MEMBER(gauntlet_state,gauntlet)
+void gauntlet_state::video_start()
{
/* modify the motion object code lookup table to account for the code XOR */
std::vector<uint32_t> &codelookup = m_mob->code_lookup();