summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/combatsc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/combatsc.h')
-rw-r--r--src/mame/includes/combatsc.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mame/includes/combatsc.h b/src/mame/includes/combatsc.h
index 5f2c08cf0b6..bf1308e497d 100644
--- a/src/mame/includes/combatsc.h
+++ b/src/mame/includes/combatsc.h
@@ -41,6 +41,19 @@ public:
cpu_device *m_audiocpu;
device_t *m_k007121_1;
device_t *m_k007121_2;
+ DECLARE_WRITE8_MEMBER(combatsc_vreg_w);
+ DECLARE_WRITE8_MEMBER(combatscb_sh_irqtrigger_w);
+ DECLARE_READ8_MEMBER(combatscb_io_r);
+ DECLARE_WRITE8_MEMBER(combatscb_priority_w);
+ DECLARE_WRITE8_MEMBER(combatsc_bankselect_w);
+ DECLARE_WRITE8_MEMBER(combatscb_io_w);
+ DECLARE_WRITE8_MEMBER(combatscb_bankselect_w);
+ DECLARE_WRITE8_MEMBER(combatsc_coin_counter_w);
+ DECLARE_READ8_MEMBER(trackball_r);
+ DECLARE_WRITE8_MEMBER(protection_w);
+ DECLARE_READ8_MEMBER(protection_r);
+ DECLARE_WRITE8_MEMBER(protection_clock_w);
+ DECLARE_WRITE8_MEMBER(combatsc_sh_irqtrigger_w);
};