147 Commits (f44781fd7b0c5f99573e917ccdd92716a99a9b0d)

Author SHA1 Message Date
bunnei 7cd7d17954 removed undefined function ARMul_ConsolePrint 12 years ago
bunnei ad49d481a8 added missing armcopro from skyeye 12 years ago
bunnei 9a642caee7 added missing skyeye mmu code 12 years ago
bunnei 56846a4200 fixed armmmu imports 12 years ago
bunnei 3e1eafa244 - moved mmu to arm/interpreter folder 12 years ago
bunnei ce4d271a53 added option to set CPSR register to arm_interface 12 years ago
bunnei d1472b816f - disable strict alignment on LDRD/STRD 12 years ago
bunnei f7c6302009 - added CallMCR function to coprocessor HLE module 12 years ago
bunnei f043424915 renamed hle "mrc" module to "coprocessor" 12 years ago
bunnei a48c6b947d removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class 12 years ago
bunnei f76a60be05 removed commented out line - this was for an unimplemented MRC call, no longer need to leave this here 12 years ago
bunnei cb0663de51 moved HLE::MRC to its own module, added support for catching data synchronization barrier command 12 years ago
bunnei 6151e26958 added disassembly to unimplemented instruction 12 years ago
bunnei 7a136b8a84 fixes to build on linux 12 years ago
bunnei 68e198476f - added HLE to connect to "srv:" service 12 years ago
bunnei 4d88318903 hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing this...) 12 years ago
bunnei cd7de52fea added a SETABORT method that does not update LR (for HLE'd SVC that does not jump appcore CPU to an IRQ vector) 12 years ago
bunnei 2bde8f2856 base code to call a syscall from ARM11 appcore 12 years ago
bunnei 95e5436f41 cleaned up arm_interface, added a setter to set registers for use with HLE return values 12 years ago
bunnei d0674cc98b fixed licensing and updated code style naming for arm_interface/arm_interpreter frontend module 12 years ago
bunnei de0a034a84 fixed project includes to use new directory structure 12 years ago
bunnei 63e46abdb8 got rid of 'src' folders in each sub-project 12 years ago