summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/galspnbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/galspnbl.h')
-rw-r--r--src/mame/includes/galspnbl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/galspnbl.h b/src/mame/includes/galspnbl.h
index 7dba79d208b..692b3eeed87 100644
--- a/src/mame/includes/galspnbl.h
+++ b/src/mame/includes/galspnbl.h
@@ -32,6 +32,9 @@ public:
m_soundlatch(*this, "soundlatch")
{ }
+ void galspnbl(machine_config &config);
+
+private:
/* memory pointers */
required_shared_ptr<uint16_t> m_spriteram;
required_shared_ptr<uint16_t> m_colorram;
@@ -58,7 +61,6 @@ public:
void mix_sprite_layer(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int pri);
- void galspnbl(machine_config &config);
void audio_map(address_map &map);
void main_map(address_map &map);
};