summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wolfpack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wolfpack.h')
-rw-r--r--src/mame/includes/wolfpack.h56
1 files changed, 28 insertions, 28 deletions
diff --git a/src/mame/includes/wolfpack.h b/src/mame/includes/wolfpack.h
index 52d09e7e6e7..f616e7cb7d3 100644
--- a/src/mame/includes/wolfpack.h
+++ b/src/mame/includes/wolfpack.h
@@ -38,34 +38,34 @@ private:
TIMER_PERIODIC
};
- DECLARE_READ8_MEMBER(misc_r);
- DECLARE_WRITE8_MEMBER(high_explo_w);
- DECLARE_WRITE8_MEMBER(sonar_ping_w);
- DECLARE_WRITE8_MEMBER(sirlat_w);
- DECLARE_WRITE8_MEMBER(pt_sound_w);
- DECLARE_WRITE8_MEMBER(launch_torpedo_w);
- DECLARE_WRITE8_MEMBER(low_explo_w);
- DECLARE_WRITE8_MEMBER(screw_cont_w);
- DECLARE_WRITE8_MEMBER(lamp_flash_w);
- DECLARE_WRITE8_MEMBER(warning_light_w);
- DECLARE_WRITE8_MEMBER(audamp_w);
- DECLARE_WRITE8_MEMBER(attract_w);
- DECLARE_WRITE8_MEMBER(credit_w);
- DECLARE_WRITE8_MEMBER(coldetres_w);
- DECLARE_WRITE8_MEMBER(ship_size_w);
- DECLARE_WRITE8_MEMBER(video_invert_w);
- DECLARE_WRITE8_MEMBER(ship_reflect_w);
- DECLARE_WRITE8_MEMBER(pt_pos_select_w);
- DECLARE_WRITE8_MEMBER(pt_horz_w);
- DECLARE_WRITE8_MEMBER(pt_pic_w);
- DECLARE_WRITE8_MEMBER(ship_h_w);
- DECLARE_WRITE8_MEMBER(torpedo_pic_w);
- DECLARE_WRITE8_MEMBER(ship_h_precess_w);
- DECLARE_WRITE8_MEMBER(ship_pic_w);
- DECLARE_WRITE8_MEMBER(torpedo_h_w);
- DECLARE_WRITE8_MEMBER(torpedo_v_w);
- DECLARE_WRITE8_MEMBER(word_w);
- DECLARE_WRITE8_MEMBER(start_speech_w);
+ uint8_t misc_r();
+ void high_explo_w(uint8_t data);
+ void sonar_ping_w(uint8_t data);
+ void sirlat_w(uint8_t data);
+ void pt_sound_w(uint8_t data);
+ void launch_torpedo_w(uint8_t data);
+ void low_explo_w(uint8_t data);
+ void screw_cont_w(uint8_t data);
+ void lamp_flash_w(uint8_t data);
+ void warning_light_w(uint8_t data);
+ void audamp_w(uint8_t data);
+ void attract_w(uint8_t data);
+ void credit_w(uint8_t data);
+ void coldetres_w(uint8_t data);
+ void ship_size_w(uint8_t data);
+ void video_invert_w(uint8_t data);
+ void ship_reflect_w(uint8_t data);
+ void pt_pos_select_w(uint8_t data);
+ void pt_horz_w(uint8_t data);
+ void pt_pic_w(uint8_t data);
+ void ship_h_w(uint8_t data);
+ void torpedo_pic_w(uint8_t data);
+ void ship_h_precess_w(uint8_t data);
+ void ship_pic_w(uint8_t data);
+ void torpedo_h_w(uint8_t data);
+ void torpedo_v_w(uint8_t data);
+ void word_w(uint8_t data);
+ void start_speech_w(uint8_t data);
virtual void machine_start() override;
virtual void machine_reset() override;