summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/avalnche.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/avalnche.h')
-rw-r--r--src/mame/includes/avalnche.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/avalnche.h b/src/mame/includes/avalnche.h
index f32a56e5500..124fe10a1b2 100644
--- a/src/mame/includes/avalnche.h
+++ b/src/mame/includes/avalnche.h
@@ -27,13 +27,13 @@ public:
uint8_t m_avalance_video_inverted;
DECLARE_WRITE_LINE_MEMBER(video_invert_w);
- DECLARE_WRITE8_MEMBER(catch_coin_counter_w);
+ void catch_coin_counter_w(uint8_t data);
DECLARE_WRITE_LINE_MEMBER(credit_1_lamp_w);
DECLARE_WRITE_LINE_MEMBER(credit_2_lamp_w);
DECLARE_WRITE_LINE_MEMBER(start_lamp_w);
virtual void machine_start() override;
uint32_t screen_update_avalnche(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
- DECLARE_WRITE8_MEMBER(avalnche_noise_amplitude_w);
+ void avalnche_noise_amplitude_w(uint8_t data);
DECLARE_WRITE_LINE_MEMBER(catch_aud0_w);
DECLARE_WRITE_LINE_MEMBER(catch_aud1_w);
DECLARE_WRITE_LINE_MEMBER(catch_aud2_w);