summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tecmo16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tecmo16.cpp')
-rw-r--r--src/mame/video/tecmo16.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/tecmo16.cpp b/src/mame/video/tecmo16.cpp
index c3106f71075..e256f9b1fc2 100644
--- a/src/mame/video/tecmo16.cpp
+++ b/src/mame/video/tecmo16.cpp
@@ -88,7 +88,7 @@ void tecmo16_state::video_start()
save_state();
}
-void tecmo16_state::video_start_ginkun()
+VIDEO_START_MEMBER(tecmo16_state,ginkun)
{
/* set up tile layers */
m_screen->register_screen_bitmap(m_tile_bitmap_bg);
@@ -110,7 +110,7 @@ void tecmo16_state::video_start_ginkun()
save_state();
}
-void tecmo16_state::video_start_riot()
+VIDEO_START_MEMBER(tecmo16_state,riot)
{
/* set up tile layers */
m_screen->register_screen_bitmap(m_tile_bitmap_bg);