diff options
author | 2019-03-31 00:47:30 +0900 | |
---|---|---|
committer | 2019-03-30 11:47:30 -0400 | |
commit | cd9b9d0bcdba76fcfd716c5aa3344556f429b39f (patch) | |
tree | ab9e37a095b0262ce2778d4380f3843f26fa64eb /src/devices/sound/tms5220.h | |
parent | eee5a80ae0afa1e4b515d196f602bd4937ff2daa (diff) |
tms5220.cpp : Remove unnecessary arguments in handlers (#4692)
Diffstat (limited to 'src/devices/sound/tms5220.h')
-rw-r--r-- | src/devices/sound/tms5220.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/tms5220.h b/src/devices/sound/tms5220.h index 712500058ca..bc844b04e7b 100644 --- a/src/devices/sound/tms5220.h +++ b/src/devices/sound/tms5220.h @@ -48,7 +48,7 @@ public: WRITE_LINE_MEMBER( rsq_w ); WRITE_LINE_MEMBER( wsq_w ); - DECLARE_WRITE8_MEMBER( combined_rsq_wsq_w ); + void combined_rsq_wsq_w(u8 data); /* this combined_rsq_wsq_w hack is necessary for specific systems such as the TI 99/8 since the 5220c and cd2501ecd do specific things if both lines go active or inactive at slightly different times by separate write_line |