summaryrefslogtreecommitdiff
path: root/src/core/arm/interpreter
AgeCommit message (Expand)Author
2014-05-16removed undefined function ARMul_ConsolePrintbunnei
2014-05-16added missing armcopro from skyeyebunnei
2014-05-15added missing skyeye mmu codebunnei
2014-05-15fixed armmmu importsbunnei
2014-05-15- moved mmu to arm/interpreter folderbunnei
2014-05-11added option to set CPSR register to arm_interfacebunnei
2014-05-06- disable strict alignment on LDRD/STRDbunnei
2014-05-01- added CallMCR function to coprocessor HLE modulebunnei
2014-05-01renamed hle "mrc" module to "coprocessor"bunnei
2014-04-27removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei
2014-04-27removed commented out line - this was for an unimplemented MRC call, no longe...bunnei
2014-04-25moved HLE::MRC to its own module, added support for catching data synchroniza...bunnei
2014-04-25added disassembly to unimplemented instructionbunnei
2014-04-22fixes to build on linuxbunnei
2014-04-12- added HLE to connect to "srv:" servicebunnei
2014-04-12hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing ...bunnei
2014-04-12added a SETABORT method that does not update LR (for HLE'd SVC that does not ...bunnei
2014-04-10base code to call a syscall from ARM11 appcorebunnei
2014-04-10cleaned up arm_interface, added a setter to set registers for use with HLE re...bunnei
2014-04-08fixed licensing and updated code style naming for arm_interface/arm_interpret...bunnei
2014-04-08fixed project includes to use new directory structurebunnei
2014-04-08got rid of 'src' folders in each sub-projectbunnei