mirror of https://github.com/PCSX2/pcsx2.git
SPU2: Add rogue BIOS loop point which Megaman X7 relies on.
Thanks to Ziemas for debugging this!
This commit is contained in:
parent
080ba94ed2
commit
06d6001b0c
|
@ -150,7 +150,7 @@ s32 SPU2reset()
|
|||
memset(spu2regs, 0, 0x010000);
|
||||
memset(_spu2mem, 0, 0x200000);
|
||||
memset(_spu2mem + 0x2800, 7, 0x10); // from BIOS reversal. Locks the voices so they don't run free.
|
||||
|
||||
memset(_spu2mem + 0xe870, 7, 0x10); // Loop which gets left over by the BIOS, Megaman X7 relies on it being there.
|
||||
Spdif.Info = 0; // Reset IRQ Status if it got set in a previously run game
|
||||
|
||||
Cores[0].Init(0);
|
||||
|
|
Loading…
Reference in New Issue