diff options
Diffstat (limited to 'src/devices/sound/k051649.cpp')
-rw-r--r-- | src/devices/sound/k051649.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/k051649.cpp b/src/devices/sound/k051649.cpp index a675c4f2c11..acc61e9bda8 100644 --- a/src/devices/sound/k051649.cpp +++ b/src/devices/sound/k051649.cpp @@ -116,7 +116,7 @@ void k051649_device::device_clock_changed() uint32_t old_rate = m_rate; m_rate = clock()/16; m_mclock = clock(); - + if (old_rate < m_rate) { m_mixer_buffer.resize(2 * m_rate, 0); |