summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/zaxxon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/zaxxon.cpp')
-rw-r--r--src/mame/video/zaxxon.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/zaxxon.cpp b/src/mame/video/zaxxon.cpp
index f863737bc1a..04323f11742 100644
--- a/src/mame/video/zaxxon.cpp
+++ b/src/mame/video/zaxxon.cpp
@@ -150,13 +150,13 @@ void zaxxon_state::video_start()
}
-void zaxxon_state::video_start_razmataz()
+VIDEO_START_MEMBER(zaxxon_state,razmataz)
{
video_start_common(tilemap_get_info_delegate(FUNC(zaxxon_state::razmataz_get_fg_tile_info),this));
}
-void zaxxon_state::video_start_congo()
+VIDEO_START_MEMBER(zaxxon_state,congo)
{
/* allocate our own spriteram since it is not accessible by the main CPU */
m_spriteram.allocate(0x100);