summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bloodbro.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bloodbro.h')
-rw-r--r--src/mame/includes/bloodbro.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mame/includes/bloodbro.h b/src/mame/includes/bloodbro.h
index 3eba36e490b..a00300ed02a 100644
--- a/src/mame/includes/bloodbro.h
+++ b/src/mame/includes/bloodbro.h
@@ -26,13 +26,16 @@ public:
TILE_GET_INFO_MEMBER(get_fg_tile_info);
TILE_GET_INFO_MEMBER(get_tx_tile_info);
virtual void video_start();
+ UINT32 screen_update_bloodbro(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_weststry(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_skysmash(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/bloodbro.c -----------*/
-SCREEN_UPDATE_IND16( bloodbro );
-SCREEN_UPDATE_IND16( weststry );
-SCREEN_UPDATE_IND16( skysmash );
+
+
+