pce-cd: fix CD Set Audio End Position command Mode 2 bug - not ending audio playback!
This commit is contained in:
parent
1275744b14
commit
2dd91c4079
|
@ -38,6 +38,7 @@ namespace BizHawk.Emulation.Consoles.TurboGrafx
|
||||||
{
|
{
|
||||||
IntDataTransferReady = false;
|
IntDataTransferReady = false;
|
||||||
IntDataTransferComplete = true;
|
IntDataTransferComplete = true;
|
||||||
|
CDAudio.Stop();
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue