summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/punchout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/punchout.h')
-rw-r--r--src/mame/includes/punchout.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/punchout.h b/src/mame/includes/punchout.h
index 72fcc1e268f..0fcb2637291 100644
--- a/src/mame/includes/punchout.h
+++ b/src/mame/includes/punchout.h
@@ -24,6 +24,12 @@ public:
int m_palette_reverse_bot;
UINT8 m_nmi_mask;
+ DECLARE_WRITE8_MEMBER(punchout_2a03_reset_w);
+ DECLARE_READ8_MEMBER(spunchout_rp5c01_r);
+ DECLARE_WRITE8_MEMBER(spunchout_rp5c01_w);
+ DECLARE_READ8_MEMBER(spunchout_exp_r);
+ DECLARE_WRITE8_MEMBER(spunchout_exp_w);
+ DECLARE_WRITE8_MEMBER(nmi_mask_w);
};