summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/snk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/snk.h')
-rw-r--r--src/mame/includes/snk.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/snk.h b/src/mame/includes/snk.h
index 3cac9e7c625..914df3f98dd 100644
--- a/src/mame/includes/snk.h
+++ b/src/mame/includes/snk.h
@@ -164,6 +164,11 @@ public:
DECLARE_VIDEO_START(psychos);
DECLARE_VIDEO_START(snk_3bpp_shadow);
DECLARE_VIDEO_START(snk_4bpp_shadow);
+ UINT32 screen_update_marvins(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_tnk3(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_ikari(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_gwar(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_tdfever(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};