summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sshangha.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sshangha.h')
-rw-r--r--src/mame/includes/sshangha.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/sshangha.h b/src/mame/includes/sshangha.h
index adfbbca7478..fac6a684cf1 100644
--- a/src/mame/includes/sshangha.h
+++ b/src/mame/includes/sshangha.h
@@ -25,6 +25,12 @@ public:
required_device<deco16ic_device> m_deco_tilegen1;
required_shared_ptr<UINT16> m_spriteram;
optional_shared_ptr<UINT16> m_spriteram2;
+ DECLARE_WRITE16_MEMBER(sshangha_protection16_w);
+ DECLARE_READ16_MEMBER(sshangha_protection16_r);
+ DECLARE_READ16_MEMBER(sshanghb_protection16_r);
+ DECLARE_READ16_MEMBER(deco_71_r);
+ DECLARE_READ8_MEMBER(sshangha_sound_shared_r);
+ DECLARE_WRITE8_MEMBER(sshangha_sound_shared_w);
};