summaryrefslogtreecommitdiffstats
path: root/src/core/arm/interpreter/armcopro.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dyncom: Remove unused/unnecessary VFP cruftLioncash2015-04-181-142/+0
|
* arm: Remove TRUE/FALSE definesLioncash2015-02-101-4/+3
| | | | | - Removed the Debug parameter from ARMul_State since it isn't used. - Changed ARMul_CoProInit to a void function. It always returned true.
* arm: Adios armemuLioncash2015-02-011-218/+36
|
* ARM: Removed unnecessary and unused SkyEye MMU code.bunnei2014-10-251-758/+242
| | | | Added license header back in. I originally removed this because I mostly rewrote the file, but meh
* ARM: Removed unused armos code from SkyEye.bunnei2014-10-251-1/+0
|
* ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei2014-10-251-4/+4
| | | | Removed s_ prefix
* removed undefined function ARMul_ConsolePrintbunnei2014-05-161-1/+1
|
* added missing armcopro from skyeyebunnei2014-05-161-0/+842