mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
more shit! some start of ALU emulation
This commit is contained in:
@ -11,6 +11,8 @@ namespace ARMInterpreter
|
||||
extern s32 (*ARMInstrTable[4096])(ARM* cpu);
|
||||
extern s32 (*THUMBInstrTable[1024])(ARM* cpu);
|
||||
|
||||
s32 A_BLX_IMM(ARM* cpu); // I'm a special one look at me
|
||||
|
||||
}
|
||||
|
||||
#endif // ARMINTERPRETER_H
|
||||
|
Reference in New Issue
Block a user