index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
Age
Commit message (
Expand
)
Author
2014-05-16
Merge master into threading to add support for VFP
bunnei
2014-05-16
same fix as last commit - just for vfpsingle.cpp
bunnei
2014-05-16
another VFP fix for GCC
bunnei
2014-05-16
fixed VFP DBG log for GCC
bunnei
2014-05-16
- reenabled MCR and MRC functions now that VFP is attached
bunnei
2014-05-16
- removed unused stubbed out code
bunnei
2014-05-16
added maverick.cpp to ARM core from skyeye
bunnei
2014-05-16
fixed includes
bunnei
2014-05-16
enabled CP_ACCESS_ALLOWED
bunnei
2014-05-16
fixed include path
bunnei
2014-05-16
removed undefined function ARMul_ConsolePrint
bunnei
2014-05-16
added missing armcopro from skyeye
bunnei
2014-05-15
added missing skyeye mmu code
bunnei
2014-05-15
fixed armmmu imports
bunnei
2014-05-15
- moved mmu to arm/interpreter folder
bunnei
2014-05-11
added option to set CPSR register to arm_interface
bunnei
2014-05-06
- disable strict alignment on LDRD/STRD
bunnei
2014-05-06
commented out useless debug logs that just spammed console
bunnei
2014-05-01
- added CallMCR function to coprocessor HLE module
bunnei
2014-05-01
renamed hle "mrc" module to "coprocessor"
bunnei
2014-04-30
added a module to load symbol map files for debugging
bunnei
2014-04-27
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
bunnei
2014-04-27
removed commented out line - this was for an unimplemented MRC call, no longe...
bunnei
2014-04-25
moved HLE::MRC to its own module, added support for catching data synchroniza...
bunnei
2014-04-25
added disassembly to unimplemented instruction
bunnei
2014-04-22
fixes to build on linux
bunnei
2014-04-12
- added HLE to connect to "srv:" service
bunnei
2014-04-12
hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing ...
bunnei
2014-04-12
added a SETABORT method that does not update LR (for HLE'd SVC that does not ...
bunnei
2014-04-10
base code to call a syscall from ARM11 appcore
bunnei
2014-04-10
missed this file with commit 95e5436f
bunnei
2014-04-10
cleaned up arm_interface, added a setter to set registers for use with HLE re...
bunnei
2014-04-08
fixed licensing and updated code style naming for arm_interface/arm_interpret...
bunnei
2014-04-08
fixed project includes to use new directory structure
bunnei
2014-04-08
got rid of 'src' folders in each sub-project
bunnei