Trigger MFIFO empty interrupts.

This commit is contained in:
Jean-Philip Desjardins 2022-02-22 10:04:38 -05:00
parent e492d6ab51
commit f70e391d64
3 changed files with 7 additions and 1 deletions

View file

@ -835,7 +835,7 @@ void CPS2OS::AssembleDmacHandler()
assembler.AND(interruptStatusRegister, CMIPS::T0, CMIPS::T1);
//Initialize channel counter
assembler.ADDIU(channelCounterRegister, CMIPS::R0, 0x0009);
assembler.ADDIU(channelCounterRegister, CMIPS::R0, 0x000E);
assembler.MarkLabel(testChannelLabel);