summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/solomon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/solomon.h')
-rw-r--r--src/mame/includes/solomon.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/solomon.h b/src/mame/includes/solomon.h
index 8e947d6a927..aad7b75fc90 100644
--- a/src/mame/includes/solomon.h
+++ b/src/mame/includes/solomon.h
@@ -20,6 +20,9 @@ public:
m_palette(*this, "palette"),
m_soundlatch(*this, "soundlatch") { }
+ void solomon(machine_config &config);
+
+private:
required_shared_ptr<uint8_t> m_spriteram;
required_shared_ptr<uint8_t> m_videoram;
required_shared_ptr<uint8_t> m_colorram;
@@ -49,7 +52,7 @@ public:
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
required_device<generic_latch_8_device> m_soundlatch;
- void solomon(machine_config &config);
+
void main_map(address_map &map);
void sound_map(address_map &map);
void sound_portmap(address_map &map);