Fix for qsoundhle

This commit is contained in:
Aaron Giles 2020-09-21 12:06:09 -07:00
parent e23636fb17
commit fdfcbf14e8

View File

@ -64,7 +64,7 @@ void qsound_hle_device::rom_bank_updated()
void qsound_hle_device::device_start()
{
m_stream = stream_alloc_legacy(0, 2, 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
init_register_map();