summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mpu5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mpu5.cpp')
-rw-r--r--src/mame/drivers/mpu5.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/mpu5.cpp b/src/mame/drivers/mpu5.cpp
index 1f2a2c72d27..acb8fcc2f6a 100644
--- a/src/mame/drivers/mpu5.cpp
+++ b/src/mame/drivers/mpu5.cpp
@@ -209,7 +209,7 @@ public:
void mpu5(machine_config &config);
-protected:
+private:
DECLARE_READ32_MEMBER(mpu5_mem_r);
DECLARE_WRITE32_MEMBER(mpu5_mem_w);
@@ -224,7 +224,6 @@ protected:
virtual void machine_start() override;
void mpu5_map(address_map &map);
-private:
uint32_t* m_cpuregion;
std::unique_ptr<uint32_t[]> m_mainram;
SEC sec;