aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm
Commit message (Collapse)AuthorAge
* removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classGravatar bunnei2014-04-27
|
* removed commented out line - this was for an unimplemented MRC call, no ↵Gravatar bunnei2014-04-27
| | | | longer need to leave this here
* moved HLE::MRC to its own module, added support for catching data ↵Gravatar bunnei2014-04-25
| | | | synchronization barrier command
* added disassembly to unimplemented instructionGravatar bunnei2014-04-25
|
* fixes to build on linuxGravatar bunnei2014-04-22
|
* - added HLE to connect to "srv:" serviceGravatar bunnei2014-04-12
| | | | | | - added a manager for keeping track of services/ports - added a memory mapped region for memory accessed by HLE - added HLE for GetThreadCommandBuffer function
* hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing ↵Gravatar bunnei2014-04-12
| | | | this...)
* added a SETABORT method that does not update LR (for HLE'd SVC that does not ↵Gravatar bunnei2014-04-12
| | | | jump appcore CPU to an IRQ vector)
* base code to call a syscall from ARM11 appcoreGravatar bunnei2014-04-10
|
* missed this file with commit 95e5436fGravatar bunnei2014-04-10
|
* cleaned up arm_interface, added a setter to set registers for use with HLE ↵Gravatar bunnei2014-04-10
| | | | return values
* fixed licensing and updated code style naming for ↵Gravatar bunnei2014-04-08
| | | | arm_interface/arm_interpreter frontend module
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08