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.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mame/includes/punchout.h b/src/mame/includes/punchout.h
index 93f562ce3b1..363c91c08bc 100644
--- a/src/mame/includes/punchout.h
+++ b/src/mame/includes/punchout.h
@@ -62,15 +62,12 @@ public:
DECLARE_WRITE8_MEMBER(spunchout_exp_w);
DECLARE_WRITE8_MEMBER(spunchout_rp5h01_reset_w);
DECLARE_WRITE8_MEMBER(spunchout_rp5h01_clock_w);
- DECLARE_WRITE8_MEMBER(nmi_mask_w);
+ DECLARE_WRITE_LINE_MEMBER(nmi_mask_w);
DECLARE_WRITE8_MEMBER(punchout_bg_top_videoram_w);
DECLARE_WRITE8_MEMBER(punchout_bg_bot_videoram_w);
DECLARE_WRITE8_MEMBER(armwrest_fg_videoram_w);
DECLARE_WRITE8_MEMBER(punchout_spr1_videoram_w);
DECLARE_WRITE8_MEMBER(punchout_spr2_videoram_w);
- DECLARE_WRITE8_MEMBER(punchout_speech_reset_w);
- DECLARE_WRITE8_MEMBER(punchout_speech_st_w);
- DECLARE_WRITE8_MEMBER(punchout_speech_vcu_w);
TILE_GET_INFO_MEMBER(top_get_info);
TILE_GET_INFO_MEMBER(armwrest_top_get_info);
TILE_GET_INFO_MEMBER(bot_get_info);