summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/shuuz.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/shuuz.h')
-rw-r--r--src/mame/includes/shuuz.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/shuuz.h b/src/mame/includes/shuuz.h
index ad2fc6ce04f..545ca7b49da 100644
--- a/src/mame/includes/shuuz.h
+++ b/src/mame/includes/shuuz.h
@@ -22,10 +22,11 @@ public:
DECLARE_MACHINE_START(shuuz);
DECLARE_MACHINE_RESET(shuuz);
DECLARE_VIDEO_START(shuuz);
+ UINT32 screen_update_shuuz(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/shuuz.c -----------*/
-SCREEN_UPDATE_IND16( shuuz );
+