summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/shisen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/shisen.h')
-rw-r--r--src/mame/includes/shisen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/shisen.h b/src/mame/includes/shisen.h
index 8ebe400aa79..095f565a5b2 100644
--- a/src/mame/includes/shisen.h
+++ b/src/mame/includes/shisen.h
@@ -8,6 +8,8 @@ public:
tilemap_t *m_bg_tilemap;
UINT8 *m_paletteram;
UINT8 *m_videoram;
+ DECLARE_READ8_MEMBER(sichuan2_dsw1_r);
+ DECLARE_WRITE8_MEMBER(sichuan2_coin_w);
};