summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cinemat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cinemat.h')
-rw-r--r--src/mame/includes/cinemat.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mame/includes/cinemat.h b/src/mame/includes/cinemat.h
index d1bba117a8a..6350e694761 100644
--- a/src/mame/includes/cinemat.h
+++ b/src/mame/includes/cinemat.h
@@ -36,6 +36,17 @@ public:
UINT8 m_last_control;
int m_qb3_lastx;
int m_qb3_lasty;
+ DECLARE_READ8_MEMBER(inputs_r);
+ DECLARE_READ8_MEMBER(switches_r);
+ DECLARE_READ8_MEMBER(coin_input_r);
+ DECLARE_WRITE8_MEMBER(coin_reset_w);
+ DECLARE_WRITE8_MEMBER(mux_select_w);
+ DECLARE_READ8_MEMBER(speedfrk_wheel_r);
+ DECLARE_READ8_MEMBER(speedfrk_gear_r);
+ DECLARE_READ8_MEMBER(sundance_inputs_r);
+ DECLARE_READ8_MEMBER(boxingb_dial_r);
+ DECLARE_READ8_MEMBER(qb3_frame_r);
+ DECLARE_WRITE8_MEMBER(qb3_ram_bank_w);
};