summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/nbmj9195.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/nbmj9195.cpp')
-rw-r--r--src/mame/video/nbmj9195.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/nbmj9195.cpp b/src/mame/video/nbmj9195.cpp
index 8de3ce8f24f..828f18e646c 100644
--- a/src/mame/video/nbmj9195.cpp
+++ b/src/mame/video/nbmj9195.cpp
@@ -368,7 +368,7 @@ WRITE8_MEMBER(nbmj9195_state::clut_1_w){ clut_w(offset, data, 1); }
******************************************************************************/
-void nbmj9195_state::video_start__1layer()
+VIDEO_START_MEMBER(nbmj9195_state,_1layer)
{
int width = m_screen->width();
int height = m_screen->height();
@@ -457,7 +457,7 @@ void nbmj9195_state::postload()
m_screen_refresh = 1;
}
-void nbmj9195_state::video_start_nb22090()
+VIDEO_START_MEMBER(nbmj9195_state,nb22090)
{
nbmj9195_state::video_start();