summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/stadhero.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/stadhero.h')
-rw-r--r--src/mame/includes/stadhero.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/stadhero.h b/src/mame/includes/stadhero.h
index 015411ee760..4a197607978 100644
--- a/src/mame/includes/stadhero.h
+++ b/src/mame/includes/stadhero.h
@@ -19,17 +19,17 @@ public:
required_device<deco_bac06_device> m_tilegen1;
required_device<deco_mxc06_device> m_spritegen;
required_device<gfxdecode_device> m_gfxdecode;
-
+
required_shared_ptr<UINT16> m_spriteram;
required_shared_ptr<UINT16> m_pf1_data;
tilemap_t *m_pf1_tilemap;
-
+
DECLARE_WRITE16_MEMBER(stadhero_control_w);
DECLARE_WRITE16_MEMBER(stadhero_pf1_data_w);
-
+
virtual void video_start();
-
+
TILE_GET_INFO_MEMBER(get_pf1_tile_info);
UINT32 screen_update_stadhero(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};