mirror of
https://github.com/holub/mame
synced 2025-05-30 01:23:07 +03:00
Fix for qsoundhle
This commit is contained in:
parent
e23636fb17
commit
fdfcbf14e8
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user