summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/ssv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/ssv.cpp')
-rw-r--r--src/mame/video/ssv.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/ssv.cpp b/src/mame/video/ssv.cpp
index 77b5660b0ed..ed500fd9c3e 100644
--- a/src/mame/video/ssv.cpp
+++ b/src/mame/video/ssv.cpp
@@ -200,7 +200,7 @@ void ssv_state::video_start()
save_item(NAME(m_shadow_pen_shift));
}
-void ssv_state::video_start_eaglshot()
+VIDEO_START_MEMBER(ssv_state,eaglshot)
{
ssv_state::video_start();
@@ -225,7 +225,7 @@ WRITE16_MEMBER(ssv_state::gdfs_tmapram_w)
m_gdfs_tmap->mark_tile_dirty(offset);
}
-void ssv_state::video_start_gdfs()
+VIDEO_START_MEMBER(ssv_state,gdfs)
{
ssv_state::video_start();