summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/elektronmono.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/elektronmono.cpp')
-rw-r--r--src/mame/drivers/elektronmono.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/elektronmono.cpp b/src/mame/drivers/elektronmono.cpp
index 3e53bbdc7e2..92fbd07775d 100644
--- a/src/mame/drivers/elektronmono.cpp
+++ b/src/mame/drivers/elektronmono.cpp
@@ -125,13 +125,12 @@ public:
void elektron(machine_config &config);
-protected:
+private:
virtual void machine_start() override;
virtual void machine_reset() override;
void elektron_map(address_map &map);
-private:
required_device<cpu_device> m_maincpu;
};