summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/namco.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/namco.cpp')
-rw-r--r--src/devices/sound/namco.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/namco.cpp b/src/devices/sound/namco.cpp
index 99c016996ed..a8a0d3b9259 100644
--- a/src/devices/sound/namco.cpp
+++ b/src/devices/sound/namco.cpp
@@ -61,7 +61,7 @@ namco_audio_device::namco_audio_device(const machine_config &mconfig, device_typ
, m_sample_rate(0)
, m_f_fracbits(0)
, m_voices(0)
- , m_stereo(0)
+ , m_stereo(false)
{
}