mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
implementation of VRAM and other misc crap
This commit is contained in:
@ -25,10 +25,6 @@
|
||||
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