summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/psychic5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/psychic5.cpp')
-rw-r--r--src/mame/video/psychic5.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/psychic5.cpp b/src/mame/video/psychic5.cpp
index 9d9398f4f71..fedcf72dd3f 100644
--- a/src/mame/video/psychic5.cpp
+++ b/src/mame/video/psychic5.cpp
@@ -187,7 +187,7 @@ void psychic5_state::video_start()
}
-void psychic5_state::video_start_psychic5()
+VIDEO_START_MEMBER(psychic5_state,psychic5)
{
video_start();
@@ -199,7 +199,7 @@ void psychic5_state::video_start_psychic5()
}
-void psychic5_state::video_start_bombsa()
+VIDEO_START_MEMBER(psychic5_state,bombsa)
{
video_start();
@@ -210,7 +210,7 @@ void psychic5_state::video_start_bombsa()
save_item(NAME(m_bombsa_unknown));
}
-void psychic5_state::video_reset_psychic5()
+VIDEO_RESET_MEMBER(psychic5_state,psychic5)
{
m_bg_clip_mode = 0;
m_ps5_vram_page = 0;