summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/shangkid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/shangkid.h')
-rw-r--r--src/mame/includes/shangkid.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/shangkid.h b/src/mame/includes/shangkid.h
index e1f4a296c1f..c610bb49be3 100644
--- a/src/mame/includes/shangkid.h
+++ b/src/mame/includes/shangkid.h
@@ -11,6 +11,11 @@ public:
UINT8 *m_videoreg;
int m_gfx_type;
tilemap_t *m_background;
+ DECLARE_WRITE8_MEMBER(shangkid_maincpu_bank_w);
+ DECLARE_WRITE8_MEMBER(shangkid_bbx_enable_w);
+ DECLARE_WRITE8_MEMBER(shangkid_cpu_reset_w);
+ DECLARE_WRITE8_MEMBER(shangkid_sound_enable_w);
+ DECLARE_READ8_MEMBER(shangkid_soundlatch_r);
};