mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 22:01:06 -06:00
add MSR/MRS. also fix misc error with LDR ROR effect.
see shibboleet, I can do it too :>
This commit is contained in:
@ -8,6 +8,10 @@
|
||||
namespace ARMInterpreter
|
||||
{
|
||||
|
||||
s32 A_MSR_IMM(ARM* cpu);
|
||||
s32 A_MSR_REG(ARM* cpu);
|
||||
s32 A_MRS(ARM* cpu);
|
||||
|
||||
extern s32 (*ARMInstrTable[4096])(ARM* cpu);
|
||||
extern s32 (*THUMBInstrTable[1024])(ARM* cpu);
|
||||
|
||||
|
Reference in New Issue
Block a user