summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/spy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/spy.h')
-rw-r--r--src/mame/includes/spy.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/spy.h b/src/mame/includes/spy.h
index 8db0b067e1c..d5f8c754c64 100644
--- a/src/mame/includes/spy.h
+++ b/src/mame/includes/spy.h
@@ -25,6 +25,9 @@ public:
m_k051960(*this, "k051960"),
m_palette(*this, "palette") { }
+ void spy(machine_config &config);
+
+private:
/* memory pointers */
required_shared_ptr<uint8_t> m_ram;
uint8_t m_pmcram[0x800];
@@ -61,7 +64,7 @@ public:
DECLARE_WRITE8_MEMBER(volume_callback1);
K052109_CB_MEMBER(tile_callback);
K051960_CB_MEMBER(sprite_callback);
- void spy(machine_config &config);
+
void spy_map(address_map &map);
void spy_sound_map(address_map &map);
};