SPU: Check voice addresses on IRQ re-enable

NASCAR 2001 music depends on the IRQ firing multiple times, when the
voice address is still set to the IRQ address.
This commit is contained in:
Connor McLaughlin
2021-01-05 00:20:24 +10:00
parent e3262fc0a4
commit 73f6521452
2 changed files with 23 additions and 0 deletions

View File

@ -335,6 +335,7 @@ private:
void WriteVoiceRegister(u32 offset, u16 value);
void CheckRAMIRQ(u32 address);
void CheckForLateRAMIRQs();
void WriteToCaptureBuffer(u32 index, s16 value);
void IncrementCaptureBufferPosition();