ARM ALU is done with. as well as other shit.

This commit is contained in:
StapleButter
2016-12-03 03:10:26 +01:00
parent 844ca45055
commit ae6e9d96da
7 changed files with 606 additions and 287 deletions

View File

@ -8,6 +8,8 @@ namespace ARMInterpreter
s32 A_B(ARM* cpu);
s32 A_BL(ARM* cpu);
s32 T_BCOND(ARM* cpu);
}
#endif