summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mephistp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mephistp.cpp')
-rw-r--r--src/mame/drivers/mephistp.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/mephistp.cpp b/src/mame/drivers/mephistp.cpp
index 53033b319ea..5c38bc01add 100644
--- a/src/mame/drivers/mephistp.cpp
+++ b/src/mame/drivers/mephistp.cpp
@@ -33,6 +33,9 @@ public:
, m_soundbank(*this, "soundbank")
{ }
+ void mephisto(machine_config &config);
+
+private:
DECLARE_WRITE8_MEMBER(shift_load_w);
DECLARE_READ8_MEMBER(ay8910_read);
DECLARE_WRITE8_MEMBER(ay8910_write);
@@ -41,12 +44,11 @@ public:
DECLARE_READ8_MEMBER(ay8910_inputs_r);
DECLARE_WRITE8_MEMBER(sound_rombank_w);
- void mephisto(machine_config &config);
void mephisto_8051_io(address_map &map);
void mephisto_8051_map(address_map &map);
void mephisto_map(address_map &map);
void sport2k_8051_io(address_map &map);
-private:
+
u8 m_ay8910_data;
bool m_ay8910_bdir;
bool m_ay8910_bc1;