summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mzr8105.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mzr8105.cpp')
-rw-r--r--src/mame/drivers/mzr8105.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/mzr8105.cpp b/src/mame/drivers/mzr8105.cpp
index a7b4ed074b8..49af5159f11 100644
--- a/src/mame/drivers/mzr8105.cpp
+++ b/src/mame/drivers/mzr8105.cpp
@@ -179,8 +179,9 @@ mzr8105_state(const machine_config &mconfig, device_type type, const char *tag)
}
void mzr8105(machine_config &config);
- void mzr8105_mem(address_map &map);
+
private:
+ void mzr8105_mem(address_map &map);
required_device<cpu_device> m_maincpu;
};