mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-01 14:28:02 +03:00
DSPLLE: fixed 0x20 handling, we still don't know what it is good for
though:( git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3980 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
153ec6836e
commit
c4dda436c6
3 changed files with 12 additions and 8 deletions
|
@ -461,7 +461,7 @@ void addax(const UDSPInstruction& opc)
|
|||
|
||||
// ADDR $acD.M, $axS.L
|
||||
// 0100 0ssd xxxx xxxx
|
||||
// Adds register $axS.L to accumulator $acD register.
|
||||
// Adds register $axS.L to accumulator $acD.M register.
|
||||
void addr(const UDSPInstruction& opc)
|
||||
{
|
||||
u8 areg = (opc.hex >> 8) & 0x1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue