make happy renegade pcm on some machines
This commit is contained in:
parent
beda5bc410
commit
c5164ff91e
|
@ -852,7 +852,10 @@ static INT32 DrvSynchroniseStream(INT32 nSoundRate)
|
||||||
|
|
||||||
static void DrvMSM5205Int()
|
static void DrvMSM5205Int()
|
||||||
{
|
{
|
||||||
if (!DrvADPCMPlaying) return;
|
if (!DrvADPCMPlaying) {
|
||||||
|
MSM5205ResetWrite(0, 1);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (DrvADPCMPos >= DrvADPCMEnd) {
|
if (DrvADPCMPos >= DrvADPCMEnd) {
|
||||||
MSM5205ResetWrite(0, 1);
|
MSM5205ResetWrite(0, 1);
|
||||||
|
|
Loading…
Reference in New Issue