summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/shougi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/shougi.cpp')
-rw-r--r--src/mame/drivers/shougi.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/shougi.cpp b/src/mame/drivers/shougi.cpp
index 345e64206c4..7ff83a5da3a 100644
--- a/src/mame/drivers/shougi.cpp
+++ b/src/mame/drivers/shougi.cpp
@@ -102,7 +102,7 @@ public:
void shougi(machine_config &config);
-protected:
+private:
DECLARE_WRITE_LINE_MEMBER(nmi_enable_w);
DECLARE_READ8_MEMBER(semaphore_r);
@@ -116,7 +116,6 @@ protected:
void readport_sub(address_map &map);
void sub_map(address_map &map);
-private:
// devices/pointers
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_subcpu;