diff options
Diffstat (limited to 'src/devices/sound/namco.cpp')
-rw-r--r-- | src/devices/sound/namco.cpp | 2 |
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) { } |