summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/popeye.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/popeye.h')
-rw-r--r--src/mame/includes/popeye.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/popeye.h b/src/mame/includes/popeye.h
index 3b71b0af674..d54605c9636 100644
--- a/src/mame/includes/popeye.h
+++ b/src/mame/includes/popeye.h
@@ -20,6 +20,8 @@ public:
UINT8 m_lastflip;
UINT8 *m_spriteram;
size_t m_spriteram_size;
+ DECLARE_READ8_MEMBER(protection_r);
+ DECLARE_WRITE8_MEMBER(protection_w);
};