summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sigmab52.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sigmab52.cpp')
-rw-r--r--src/mame/drivers/sigmab52.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mame/drivers/sigmab52.cpp b/src/mame/drivers/sigmab52.cpp
index f8589119a54..925bbb0589e 100644
--- a/src/mame/drivers/sigmab52.cpp
+++ b/src/mame/drivers/sigmab52.cpp
@@ -150,11 +150,13 @@ public:
m_towerlamps(*this, "towerlamp%u", 0U)
{ }
- DECLARE_INPUT_CHANGED_MEMBER(coin_drop_start);
- void init_jwildb52();
void jwildb52(machine_config &config);
-protected:
+ void init_jwildb52();
+
+ DECLARE_INPUT_CHANGED_MEMBER(coin_drop_start);
+
+private:
DECLARE_READ8_MEMBER(unk_f700_r);
DECLARE_READ8_MEMBER(unk_f760_r);
DECLARE_READ8_MEMBER(in0_r);
@@ -177,7 +179,6 @@ protected:
void jwildb52_map(address_map &map);
void sound_prog_map(address_map &map);
-private:
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_audiocpu;
required_device<ptm6840_device> m_6840ptm_2;