summaryrefslogtreecommitdiffstats
path: root/src/core/arm/interpreter/mmu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ARM: Removed unnecessary and unused SkyEye MMU code.bunnei2014-10-2514-6013/+0
| | | | Added license header back in. I originally removed this because I mostly rewrote the file, but meh
* ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei2014-10-258-11/+11
| | | | Removed s_ prefix
* Fixed vfp issuesarchshift2014-05-171-2/+2
|
* - removed unused stubbed out codebunnei2014-05-171-16/+19
| | | | | - fixed some compiler issues with xscale_copro when porting code to Windows - fixed some #include's
* added maverick.cpp to ARM core from skyeyebunnei2014-05-161-0/+1206
|
* added missing armcopro from skyeyebunnei2014-05-161-249/+249
|
* added missing skyeye mmu codebunnei2014-05-168-8/+3263
|
* - moved mmu to arm/interpreter folderbunnei2014-05-166-0/+1549
- added initial VFP code from skyeye