summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/cybstorm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/cybstorm.cpp')
-rw-r--r--src/mame/video/cybstorm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/cybstorm.cpp b/src/mame/video/cybstorm.cpp
index 4fd35dac607..4cedc1d9482 100644
--- a/src/mame/video/cybstorm.cpp
+++ b/src/mame/video/cybstorm.cpp
@@ -96,7 +96,7 @@ const atari_motion_objects_config cybstorm_state::s_mob_config =
0, /* resulting value to indicate "special" */
};
-VIDEO_START_MEMBER(cybstorm_state,cybstorm)
+void cybstorm_state::video_start()
{
/* motion objects have 256 color granularity */
m_gfxdecode->gfx(1)->set_granularity(256);