aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm
AgeCommit message (Collapse)Author
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 ↵bunnei
longer need to leave this here
2014-04-25moved HLE::MRC to its own module, added support for catching data ↵bunnei
synchronization barrier command
2014-04-25added disassembly to unimplemented instructionbunnei
2014-04-22fixes to build on linuxbunnei
2014-04-12- added HLE to connect to "srv:" servicebunnei
- added a manager for keeping track of services/ports - added a memory mapped region for memory accessed by HLE - added HLE for GetThreadCommandBuffer function
2014-04-12hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing ↵bunnei
this...)
2014-04-12added a SETABORT method that does not update LR (for HLE'd SVC that does not ↵bunnei
jump appcore CPU to an IRQ vector)
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 ↵bunnei
return values
2014-04-08fixed licensing and updated code style naming for ↵bunnei
arm_interface/arm_interpreter frontend module
2014-04-08fixed project includes to use new directory structurebunnei
2014-04-08got rid of 'src' folders in each sub-projectbunnei