summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/trackfld.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/trackfld.h')
-rw-r--r--src/mame/includes/trackfld.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/trackfld.h b/src/mame/includes/trackfld.h
index 735327591d7..f9b0afc5c12 100644
--- a/src/mame/includes/trackfld.h
+++ b/src/mame/includes/trackfld.h
@@ -30,6 +30,10 @@ public:
UINT8 m_irq_mask;
UINT8 m_yieartf_nmi_mask;
+ DECLARE_WRITE8_MEMBER(coin_w);
+ DECLARE_WRITE8_MEMBER(questions_bank_w);
+ DECLARE_WRITE8_MEMBER(irq_mask_w);
+ DECLARE_WRITE8_MEMBER(yieartf_nmi_mask_w);
};