summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tp84.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tp84.h')
-rw-r--r--src/mame/includes/tp84.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/tp84.h b/src/mame/includes/tp84.h
index 9a6a5ff6c09..a2c7ec14882 100644
--- a/src/mame/includes/tp84.h
+++ b/src/mame/includes/tp84.h
@@ -19,6 +19,10 @@ public:
tilemap_t *m_fg_tilemap;
UINT8 m_sub_irq_mask;
+ DECLARE_READ8_MEMBER(tp84_sh_timer_r);
+ DECLARE_WRITE8_MEMBER(tp84_filter_w);
+ DECLARE_WRITE8_MEMBER(tp84_sh_irqtrigger_w);
+ DECLARE_WRITE8_MEMBER(sub_irq_mask_w);
};