summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/twinkle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/twinkle.cpp')
-rw-r--r--src/mame/drivers/twinkle.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/twinkle.cpp b/src/mame/drivers/twinkle.cpp
index ad2de065565..99f289019b5 100644
--- a/src/mame/drivers/twinkle.cpp
+++ b/src/mame/drivers/twinkle.cpp
@@ -274,7 +274,7 @@ public:
void twinklei(machine_config &config);
void twinkle(machine_config &config);
-protected:
+private:
virtual void machine_start() override;
DECLARE_WRITE8_MEMBER(twinkle_io_w);
@@ -304,7 +304,6 @@ protected:
void rf5c400_map(address_map &map);
void sound_map(address_map &map);
-private:
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_audiocpu;
required_device<am53cf96_device> m_am53cf96;