summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/xexex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/xexex.h')
-rw-r--r--src/mame/includes/xexex.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mame/includes/xexex.h b/src/mame/includes/xexex.h
index 49f1e695f22..ba3c7503137 100644
--- a/src/mame/includes/xexex.h
+++ b/src/mame/includes/xexex.h
@@ -5,6 +5,7 @@
*************************************************************************/
#include <video/k053250.h>
+#include <sound/flt_vol.h>
class xexex_state : public driver_device
{
@@ -38,10 +39,10 @@ public:
cpu_device *m_maincpu;
cpu_device *m_audiocpu;
device_t *m_k054539;
- device_t *m_filter1l;
- device_t *m_filter1r;
- device_t *m_filter2l;
- device_t *m_filter2r;
+ filter_volume_device *m_filter1l;
+ filter_volume_device *m_filter1r;
+ filter_volume_device *m_filter2l;
+ filter_volume_device *m_filter2r;
device_t *m_k056832;
device_t *m_k053246;
k053250_t *m_k053250;