summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m6805evs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m6805evs.cpp')
-rw-r--r--src/mame/drivers/m6805evs.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/m6805evs.cpp b/src/mame/drivers/m6805evs.cpp
index 1fdf4179c16..96945bb8852 100644
--- a/src/mame/drivers/m6805evs.cpp
+++ b/src/mame/drivers/m6805evs.cpp
@@ -74,8 +74,10 @@ public:
{ }
void m6805evs(machine_config &config);
- void mem_map(address_map &map);
+
private:
+ void mem_map(address_map &map);
+
required_device<cpu_device> m_maincpu;
virtual void machine_reset() override;
};