summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cischeat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cischeat.h')
-rw-r--r--src/mame/includes/cischeat.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/mame/includes/cischeat.h b/src/mame/includes/cischeat.h
index 500ff11cc3c..0104f1b57c7 100644
--- a/src/mame/includes/cischeat.h
+++ b/src/mame/includes/cischeat.h
@@ -28,6 +28,22 @@ public:
int m_debugsprites;
int m_show_unknown;
UINT16 *m_spriteram;
+ DECLARE_WRITE16_MEMBER(bigrun_paletteram16_w);
+ DECLARE_WRITE16_MEMBER(cischeat_paletteram16_w);
+ DECLARE_WRITE16_MEMBER(f1gpstar_paletteram16_w);
+ DECLARE_WRITE16_MEMBER(scudhamm_paletteram16_w);
+ DECLARE_WRITE16_MEMBER(scudhamm_motor_command_w);
+ DECLARE_WRITE16_MEMBER(scudhamm_leds_w);
+ DECLARE_WRITE16_MEMBER(scudhamm_enable_w);
+ DECLARE_WRITE16_MEMBER(scudhamm_oki_bank_w);
+ DECLARE_READ16_MEMBER(armchmp2_motor_status_r);
+ DECLARE_WRITE16_MEMBER(armchmp2_motor_command_w);
+ DECLARE_READ16_MEMBER(armchmp2_analog_r);
+ DECLARE_READ16_MEMBER(armchmp2_buttons_r);
+ DECLARE_WRITE16_MEMBER(armchmp2_leds_w);
+ DECLARE_WRITE16_MEMBER(bigrun_soundbank_w);
+ DECLARE_READ16_MEMBER(f1gpstr2_io_r);
+ DECLARE_WRITE16_MEMBER(f1gpstr2_io_w);
};