summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ecoinf1.cpp
diff options
context:
space:
mode:
author David Haywood <hazemamewip@hotmail.com>2018-06-27 14:32:24 +0100
committer hap <happppp@users.noreply.github.com>2018-06-27 15:32:24 +0200
commit6d6b562ffd0168791e9d8d363a07063e7090c0c6 (patch)
tree934c34bdc531c611fbf26d94bf58974510eeea2d /src/mame/drivers/ecoinf1.cpp
parent8aa76c10113d44ab20e242ebdc4f2f69bc77b719 (diff)
more private member use in 'D, E, F, G' drivers (nw) (#3704)
* more private member use in 'D' drivers (nw) * same for 'E' drivers (nw) * and 'F' (nw) * 'G' (nw) (left galaxian/galaxold alone because I know somebody is looking at them)
Diffstat (limited to 'src/mame/drivers/ecoinf1.cpp')
-rw-r--r--src/mame/drivers/ecoinf1.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/ecoinf1.cpp b/src/mame/drivers/ecoinf1.cpp
index 2177021e6b1..39df2f05dab 100644
--- a/src/mame/drivers/ecoinf1.cpp
+++ b/src/mame/drivers/ecoinf1.cpp
@@ -21,11 +21,10 @@ public:
void ecoinf1_older(machine_config &config);
-protected:
+private:
void older_memmap(address_map &map);
void older_portmap(address_map &map);
-private:
required_device<cpu_device> m_maincpu;
};