mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
vgmplay.cpp : Fix qsound pitch
This commit is contained in:
parent
78f0aff27f
commit
ba278b8f03
@ -1345,7 +1345,7 @@ void vgmplay_state::machine_start()
|
||||
}
|
||||
}
|
||||
if(version >= 0x161 && r32(0xb4)) {
|
||||
m_qsound->set_unscaled_clock(r32(0xb4));
|
||||
m_qsound->set_unscaled_clock(r32(0xb4) * 15); // * 15 multipler for correct pitch
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user