summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/shangha3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/shangha3.h')
-rw-r--r--src/mame/includes/shangha3.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mame/includes/shangha3.h b/src/mame/includes/shangha3.h
index 10b0640f390..a559e70427b 100644
--- a/src/mame/includes/shangha3.h
+++ b/src/mame/includes/shangha3.h
@@ -14,6 +14,13 @@ public:
bitmap_ind16 m_rawbitmap;
UINT8 m_drawmode_table[16];
+ DECLARE_READ16_MEMBER(shangha3_prot_r);
+ DECLARE_WRITE16_MEMBER(shangha3_prot_w);
+ DECLARE_READ16_MEMBER(heberpop_gfxrom_r);
+ DECLARE_WRITE16_MEMBER(shangha3_coinctrl_w);
+ DECLARE_WRITE16_MEMBER(heberpop_coinctrl_w);
+ DECLARE_WRITE16_MEMBER(blocken_coinctrl_w);
+ DECLARE_WRITE16_MEMBER(heberpop_sound_command_w);
};