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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/stadhero.h b/src/mame/includes/stadhero.h
index 60c21ac4205..547a42ed624 100644
--- a/src/mame/includes/stadhero.h
+++ b/src/mame/includes/stadhero.h
@@ -19,6 +19,9 @@ public:
m_spriteram(*this, "spriteram"),
m_pf1_data(*this, "pf1_data") { }
+ void stadhero(machine_config &config);
+
+private:
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_audiocpu;
required_device<deco_bac06_device> m_tilegen1;
@@ -38,7 +41,6 @@ public:
TILE_GET_INFO_MEMBER(get_pf1_tile_info);
uint32_t screen_update_stadhero(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void stadhero(machine_config &config);
void audio_map(address_map &map);
void main_map(address_map &map);
};