summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/konendev.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/konendev.cpp')
-rw-r--r--src/mame/drivers/konendev.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/konendev.cpp b/src/mame/drivers/konendev.cpp
index 35c2f7a519b..c7778e1a663 100644
--- a/src/mame/drivers/konendev.cpp
+++ b/src/mame/drivers/konendev.cpp
@@ -59,7 +59,7 @@ public:
void konendev(machine_config &config);
-protected:
+private:
DECLARE_READ32_MEMBER(mcu2_r);
DECLARE_READ32_MEMBER(ifu2_r);
DECLARE_READ32_MEMBER(ctrl0_r);
@@ -80,7 +80,6 @@ protected:
void konendev_map(address_map &map);
-private:
// devices
required_device<cpu_device> m_maincpu;
required_device<k057714_device> m_gcu;