Don't sleepwalk and code (nw)

This commit is contained in:
Olivier Galibert 2018-03-16 06:24:57 +01:00
parent f715fc495c
commit 2e7d2a216e

View File

@ -106,7 +106,7 @@ void qsound_hle_device::rom_bank_updated()
void qsound_hle_device::device_start()
{
m_stream = stream_alloc(0, 2, clock() / clock() / 2 / 1248); // DSP program uses 1248 machine cycles per iteration
m_stream = stream_alloc(0, 2, clock() / 2 / 1248); // DSP program uses 1248 machine cycles per iteration
// create pan table
for (int i = 0; i < 33; i++)