mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Don't sleepwalk and code (nw)
This commit is contained in:
parent
f715fc495c
commit
2e7d2a216e
@ -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++)
|
||||
|
Loading…
Reference in New Issue
Block a user