summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/othunder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/othunder.h')
-rw-r--r--src/mame/includes/othunder.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/mame/includes/othunder.h b/src/mame/includes/othunder.h
index 4bf409f0fdc..3e0e31adf8f 100644
--- a/src/mame/includes/othunder.h
+++ b/src/mame/includes/othunder.h
@@ -5,6 +5,7 @@
*************************************************************************/
#include "machine/eeprom.h"
+#include <sound/flt_vol.h>
struct othunder_tempsprite
{
@@ -44,12 +45,12 @@ public:
device_t *m_tc0100scn;
device_t *m_tc0110pcr;
device_t *m_tc0140syt;
- device_t *m_2610_0l;
- device_t *m_2610_0r;
- 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_0l;
+ filter_volume_device *m_2610_0r;
+ 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_WRITE16_MEMBER(irq_ack_w);
DECLARE_WRITE16_MEMBER(othunder_tc0220ioc_w);
DECLARE_READ16_MEMBER(othunder_tc0220ioc_r);