summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/redalert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/redalert.h')
-rw-r--r--src/mame/includes/redalert.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/redalert.h b/src/mame/includes/redalert.h
index 05730cb3579..4785e2a4350 100644
--- a/src/mame/includes/redalert.h
+++ b/src/mame/includes/redalert.h
@@ -21,6 +21,10 @@ public:
UINT8 *m_video_control;
UINT8 *m_bitmap_colorram;
UINT8 m_control_xor;
+ DECLARE_READ8_MEMBER(redalert_interrupt_clear_r);
+ DECLARE_WRITE8_MEMBER(redalert_interrupt_clear_w);
+ DECLARE_READ8_MEMBER(panther_interrupt_clear_r);
+ DECLARE_READ8_MEMBER(panther_unk_r);
};