From 2e7d2a216eace9efafaa212adee6a14808138100 Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Fri, 16 Mar 2018 06:24:57 +0100 Subject: Don't sleepwalk and code (nw) --- src/devices/sound/qsoundhle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/sound/qsoundhle.cpp b/src/devices/sound/qsoundhle.cpp index c464785b581..a0f82035def 100644 --- a/src/devices/sound/qsoundhle.cpp +++ b/src/devices/sound/qsoundhle.cpp @@ -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++) -- cgit v1.2.3