DSP: Fix opcode masking for ops with extensions.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2886 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard
2009-04-05 19:30:06 +00:00
parent 5508e5e718
commit 8b6b8b61c3
2 changed files with 25 additions and 8 deletions

View File

@ -410,6 +410,8 @@ void cmp(const UDSPInstruction& opc)
Update_SR_Register64(acc0 - acc1);
}
// WARNING - this instruction is being called by other instructions!!!!!
// Is that sane?
void tsta(const UDSPInstruction& opc)
{
u8 reg = (opc.hex >> 11) & 0x1;