begin merging Hermes patch to gcdsptool to the dsp lle-testing plugin

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2842 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman
2009-04-03 06:21:45 +00:00
parent 230f17a639
commit c6ea5b136f
2 changed files with 71 additions and 133 deletions

View File

@ -675,7 +675,7 @@ void nx(const UDSPInstruction& opc)
// FIXME inside
// TODO: add to opcode table
// Hermes switched andf and andcf, so check to make sure they are still correct
void andfc(const UDSPInstruction& opc)
{
if (opc.hex & 0xf)
@ -699,6 +699,7 @@ void andfc(const UDSPInstruction& opc)
}
// FIXME inside
// Hermes switched andf and andcf, so check to make sure they are still correct
void andf(const UDSPInstruction& opc)
{
u8 reg;