summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/boogwing.h
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2020-05-14 18:30:59 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2020-05-14 18:30:59 +0200
commit91baf82605b595026e9d315606d756daff005765 (patch)
tree0429e51a8e2f1af9b2d1733a6123afa0c3f091c9 /src/mame/includes/boogwing.h
parent3cb753fa557b7807ccabc5c1a42b5e7359388fbc (diff)
lots of files: simplified handlers (nw)
Diffstat (limited to 'src/mame/includes/boogwing.h')
-rw-r--r--src/mame/includes/boogwing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/boogwing.h b/src/mame/includes/boogwing.h
index 9f1113b2181..fc1411b2b63 100644
--- a/src/mame/includes/boogwing.h
+++ b/src/mame/includes/boogwing.h
@@ -51,7 +51,7 @@ public:
bitmap_ind16 m_temp_bitmap;
bitmap_ind16 m_alpha_tmap_bitmap;
- DECLARE_WRITE8_MEMBER(sound_bankswitch_w);
+ void sound_bankswitch_w(uint8_t data);
DECLARE_WRITE16_MEMBER(priority_w);
void init_boogwing();
virtual void machine_reset() override;