diff options
Diffstat (limited to 'src/ARMInterpreter_ALU.cpp')
-rw-r--r-- | src/ARMInterpreter_ALU.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ARMInterpreter_ALU.cpp b/src/ARMInterpreter_ALU.cpp index d6c5abd..822bf49 100644 --- a/src/ARMInterpreter_ALU.cpp +++ b/src/ARMInterpreter_ALU.cpp @@ -1384,6 +1384,9 @@ void T_MVN_REG(ARM* cpu) } +// TODO: check those when MSBs and MSBd are cleared +// GBAtek says it's not allowed, but it works atleast on the ARM9 + void T_ADD_HIREG(ARM* cpu) { u32 rd = (cpu->CurInstr & 0x7) | ((cpu->CurInstr >> 4) & 0x8); |