summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/spcforce.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/spcforce.h')
-rw-r--r--src/mame/includes/spcforce.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/spcforce.h b/src/mame/includes/spcforce.h
index 672449a0256..b3eb22aea95 100644
--- a/src/mame/includes/spcforce.h
+++ b/src/mame/includes/spcforce.h
@@ -12,6 +12,12 @@ public:
int m_sn76496_select;
UINT8 m_irq_mask;
+ DECLARE_WRITE8_MEMBER(spcforce_SN76496_latch_w);
+ DECLARE_READ8_MEMBER(spcforce_SN76496_select_r);
+ DECLARE_WRITE8_MEMBER(spcforce_SN76496_select_w);
+ DECLARE_READ8_MEMBER(spcforce_t0_r);
+ DECLARE_WRITE8_MEMBER(spcforce_soundtrigger_w);
+ DECLARE_WRITE8_MEMBER(irq_mask_w);
};