summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/unior.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/unior.cpp')
-rw-r--r--src/mame/drivers/unior.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/unior.cpp b/src/mame/drivers/unior.cpp
index ab18623a4bf..9cec34e40bb 100644
--- a/src/mame/drivers/unior.cpp
+++ b/src/mame/drivers/unior.cpp
@@ -64,7 +64,7 @@ public:
void unior(machine_config &config);
-protected:
+private:
DECLARE_WRITE8_MEMBER(vram_w);
DECLARE_WRITE8_MEMBER(scroll_w);
DECLARE_READ8_MEMBER(ppi0_b_r);
@@ -82,7 +82,6 @@ protected:
void unior_io(address_map &map);
void unior_mem(address_map &map);
-private:
uint8_t m_4c;
uint8_t m_4e;
virtual void machine_reset() override;