summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nsg6809.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/nsg6809.cpp')
-rw-r--r--src/mame/drivers/nsg6809.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/nsg6809.cpp b/src/mame/drivers/nsg6809.cpp
index 44348d77d78..1029a53f018 100644
--- a/src/mame/drivers/nsg6809.cpp
+++ b/src/mame/drivers/nsg6809.cpp
@@ -52,10 +52,9 @@ public:
void pitchhit(machine_config &config);
-protected:
+private:
void main_map(address_map &map);
-private:
required_device<cpu_device> m_maincpu;
};