summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mitchell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mitchell.h')
-rw-r--r--src/mame/includes/mitchell.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mame/includes/mitchell.h b/src/mame/includes/mitchell.h
index d42038c30e6..16d4484b1fb 100644
--- a/src/mame/includes/mitchell.h
+++ b/src/mame/includes/mitchell.h
@@ -45,6 +45,16 @@ public:
UINT8 *m_nvram;
size_t m_nvram_size;
UINT8 m_irq_source;
+ DECLARE_READ8_MEMBER(pang_port5_r);
+ DECLARE_WRITE8_MEMBER(pang_bankswitch_w);
+ DECLARE_READ8_MEMBER(block_input_r);
+ DECLARE_WRITE8_MEMBER(block_dial_control_w);
+ DECLARE_READ8_MEMBER(mahjong_input_r);
+ DECLARE_WRITE8_MEMBER(mahjong_input_select_w);
+ DECLARE_READ8_MEMBER(input_r);
+ DECLARE_WRITE8_MEMBER(input_w);
+ DECLARE_WRITE8_MEMBER(spangbl_msm5205_data_w);
+ DECLARE_WRITE8_MEMBER(mstworld_sound_w);
};