summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/harriet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/harriet.cpp')
-rw-r--r--src/mame/drivers/harriet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/harriet.cpp b/src/mame/drivers/harriet.cpp
index 8b843d0a4a8..feae77ae14c 100644
--- a/src/mame/drivers/harriet.cpp
+++ b/src/mame/drivers/harriet.cpp
@@ -27,7 +27,7 @@ public:
}
void harriet(machine_config &config);
-protected:
+private:
DECLARE_READ8_MEMBER(zpram_r);
DECLARE_WRITE8_MEMBER(zpram_w);
DECLARE_READ8_MEMBER(unk_status_r);