more instructions. some handling of CPU mode switching.

This commit is contained in:
StapleButter
2016-12-03 04:41:10 +01:00
parent 6213245f3a
commit 30f85e3400
5 changed files with 198 additions and 69 deletions

2
ARM.h
View File

@ -55,6 +55,8 @@ public:
if (v) CPSR |= 0x10000000;
}
void UpdateMode(u32 oldmode, u32 newmode);
u8 Read8(u32 addr, u32 forceuser=0)
{