summaryrefslogtreecommitdiff
path: root/src/core/arm
AgeCommit message (Expand)Author
2014-05-16Merge master into threading to add support for VFPbunnei
2014-05-16same fix as last commit - just for vfpsingle.cppbunnei
2014-05-16another VFP fix for GCCbunnei
2014-05-16fixed VFP DBG log for GCCbunnei
2014-05-16- reenabled MCR and MRC functions now that VFP is attachedbunnei
2014-05-16- removed unused stubbed out codebunnei
2014-05-16added maverick.cpp to ARM core from skyeyebunnei
2014-05-16fixed includesbunnei
2014-05-16enabled CP_ACCESS_ALLOWEDbunnei
2014-05-16fixed include pathbunnei
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-06commented out useless debug logs that just spammed consolebunnei
2014-05-01- added CallMCR function to coprocessor HLE modulebunnei
2014-05-01renamed hle "mrc" module to "coprocessor"bunnei
2014-04-30added a module to load symbol map files for debuggingbunnei
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-10missed this file with commit 95e5436fbunnei
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