summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ics2115.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/ics2115.h')
-rw-r--r--src/devices/sound/ics2115.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/ics2115.h b/src/devices/sound/ics2115.h
index 5dd18fcf4ed..269069ff387 100644
--- a/src/devices/sound/ics2115.h
+++ b/src/devices/sound/ics2115.h
@@ -132,6 +132,7 @@ private:
s16 m_ulaw[256];
u16 m_volume[4096];
+ u16 m_panlaw[256];
static const int volume_bits = 15;
ics2115_voice m_voice[32];