summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/shuuz.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/shuuz.c')
-rw-r--r--src/mame/video/shuuz.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mame/video/shuuz.c b/src/mame/video/shuuz.c
index c3a3d7e649d..490521829ae 100644
--- a/src/mame/video/shuuz.c
+++ b/src/mame/video/shuuz.c
@@ -68,11 +68,6 @@ const atari_motion_objects_config shuuz_state::s_mob_config =
0 /* resulting value to indicate "special" */
};
-VIDEO_START_MEMBER(shuuz_state,shuuz)
-{
-}
-
-
/*************************************
*
@@ -80,7 +75,7 @@ VIDEO_START_MEMBER(shuuz_state,shuuz)
*
*************************************/
-UINT32 shuuz_state::screen_update_shuuz(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
+UINT32 shuuz_state::screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
// start drawing
m_vad->mob()->draw_async(cliprect);