summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/warriorb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/warriorb.h')
-rw-r--r--src/mame/includes/warriorb.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/mame/includes/warriorb.h b/src/mame/includes/warriorb.h
index 7a0f5f241a5..7753b5d0263 100644
--- a/src/mame/includes/warriorb.h
+++ b/src/mame/includes/warriorb.h
@@ -4,6 +4,8 @@
*************************************************************************/
+#include <sound/flt_vol.h>
+
class warriorb_state : public driver_device
{
public:
@@ -26,10 +28,10 @@ public:
device_t *m_tc0100scn_2;
device_t *m_lscreen;
device_t *m_rscreen;
- device_t *m_2610_1l;
- device_t *m_2610_1r;
- device_t *m_2610_2l;
- device_t *m_2610_2r;
+ filter_volume_device *m_2610_1l;
+ filter_volume_device *m_2610_1r;
+ filter_volume_device *m_2610_2l;
+ filter_volume_device *m_2610_2r;
DECLARE_WRITE8_MEMBER(sound_bankswitch_w);
DECLARE_WRITE16_MEMBER(warriorb_sound_w);
DECLARE_READ16_MEMBER(warriorb_sound_r);