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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/includes/bloodbro.h b/src/mame/includes/bloodbro.h
index 3287986704b..c8396cb5d90 100644
--- a/src/mame/includes/bloodbro.h
+++ b/src/mame/includes/bloodbro.h
@@ -14,7 +14,7 @@ public:
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
-
+
required_shared_ptr<UINT16> m_spriteram;
required_shared_ptr<UINT16> m_bgvideoram;
required_shared_ptr<UINT16> m_fgvideoram;
@@ -22,7 +22,7 @@ public:
UINT16 m_scrollram[6];
UINT16 m_layer_en;
-
+
tilemap_t *m_bg_tilemap;
tilemap_t *m_fg_tilemap;
tilemap_t *m_tx_tilemap;
@@ -32,13 +32,13 @@ public:
DECLARE_WRITE16_MEMBER(txvideoram_w);
DECLARE_WRITE16_MEMBER(layer_en_w);
DECLARE_WRITE16_MEMBER(layer_scroll_w);
-
+
TILE_GET_INFO_MEMBER(get_bg_tile_info);
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);