mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 21:57:57 +03:00
Trigger MFIFO empty interrupts.
This commit is contained in:
parent
e492d6ab51
commit
f70e391d64
3 changed files with 7 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue