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 e256f9b1fc2..c3106f71075 100644
--- a/src/mame/video/tecmo16.cpp
+++ b/src/mame/video/tecmo16.cpp
@@ -88,7 +88,7 @@ void tecmo16_state::video_start()
save_state();
}
-VIDEO_START_MEMBER(tecmo16_state,ginkun)
+void tecmo16_state::video_start_ginkun()
{
/* set up tile layers */
m_screen->register_screen_bitmap(m_tile_bitmap_bg);
@@ -110,7 +110,7 @@ VIDEO_START_MEMBER(tecmo16_state,ginkun)
save_state();
}
-VIDEO_START_MEMBER(tecmo16_state,riot)
+void tecmo16_state::video_start_riot()
{
/* set up tile layers */
m_screen->register_screen_bitmap(m_tile_bitmap_bg);