summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/snowbros.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/snowbros.h')
-rw-r--r--src/mame/includes/snowbros.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/snowbros.h b/src/mame/includes/snowbros.h
index 25faa52daa5..af2309b0a73 100644
--- a/src/mame/includes/snowbros.h
+++ b/src/mame/includes/snowbros.h
@@ -43,5 +43,11 @@ public:
DECLARE_DRIVER_INIT(cookbib2);
DECLARE_MACHINE_RESET(semiprot);
DECLARE_MACHINE_RESET(finalttr);
+ UINT32 screen_update_snowbros(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_honeydol(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_twinadv(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_snowbro3(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_wintbob(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void screen_eof_snowbros(screen_device &screen, bool state);
};