mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
added lots of missing opcodes
I must be doing something wrong though, maybe wrong mask? git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2826 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -215,7 +215,6 @@ void jcc(const UDSPInstruction& opc)
|
||||
}
|
||||
|
||||
// FIXME inside
|
||||
// FIXME add to opcode table
|
||||
void jmpa(const UDSPInstruction& opc)
|
||||
{
|
||||
u8 reg;
|
||||
@ -1049,7 +1048,6 @@ void asr16(const UDSPInstruction& opc)
|
||||
Update_SR_Register(acc);
|
||||
}
|
||||
|
||||
// TODO: add to opcode table
|
||||
void shifti(const UDSPInstruction& opc)
|
||||
{
|
||||
// direction: left
|
||||
|
Reference in New Issue
Block a user