summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gamtor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gamtor.cpp')
-rw-r--r--src/mame/drivers/gamtor.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/gamtor.cpp b/src/mame/drivers/gamtor.cpp
index 7e00c6939b6..0e756f2d3f3 100644
--- a/src/mame/drivers/gamtor.cpp
+++ b/src/mame/drivers/gamtor.cpp
@@ -44,12 +44,11 @@ public:
void init_gaminator();
void gaminator(machine_config &config);
-protected:
+private:
void gaminator_map(address_map &map);
DECLARE_WRITE32_MEMBER(gamtor_unk_w);
-private:
required_device<cpu_device> m_maincpu;
};