aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/interpreter/arminit.cpp
Commit message (Collapse)AuthorAge
* dyncom: Move arminit.cpp and armsupp.cpp into skyeye_commonGravatar Lioncash2015-07-25
|
* dyncom: Get rid of armemu.hGravatar Lioncash2015-05-23
|
* Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-15
| | | | | | | memory.cpp/h contains definitions related to acessing memory and configuring the address space mem_map.cpp/h contains higher-level definitions related to configuring the address space accoording to the kernel and allocating memory.
* Dyncom: Move cream cache to ARMul_State.Gravatar bunnei2015-05-01
|
* dyncom: Remove more unused/unnecessary codeGravatar Lioncash2015-04-20
| | | | Gets rid of a sizeable amount of stuff in armdefs.
* dyncom: Remove unused/unnecessary VFP cruftGravatar Lioncash2015-04-17
|
* core: Migrate 3DS-specific CP15 register setting into InitGravatar Lioncash2015-04-06
|
* Move CP15 enum definitions into their own enum.Gravatar Lioncash2015-04-06
| | | | Also gets rid of preprocessor mumbo-jumbo
* dyncom: Properly return the value of the user RO thread registerGravatar Lioncash2015-04-06
|
* dyncom: Set CP15 reset values on initializationGravatar Lioncash2015-04-06
|
* arm: Remove unnecessary booleansGravatar Lioncash2015-02-25
| | | | We don't care about any of these.
* arm: General cleanupGravatar Lioncash2015-02-13
| | | | | | | - Remove several typedefs for ARMul_State. - Remove unused functions - Remove unused/unnecessary headers - Removed unused enums, etc.
* dyncom: Clean up the constructorGravatar Lioncash2015-02-12
| | | | Some function calls aren't necessary and would be handled by regular initialization routines.
* arm: Remove ARMul_EmulateInitGravatar Lioncash2015-02-12
| | | | This was only used for armemu, which has since been removed. Removed components related to this as well.
* arm: Remove ARM26 support.Gravatar Lioncash2015-02-11
| | | | This will never be used. 32-bit is the norm.
* arm: Get rid of some magic constants. Specify proper ARM mode.Gravatar Lioncash2015-02-11
| | | | Initially, we were starting the emulator in USER26MODE, which is incorrect, this should be USER32MODE.
* arm: Remove TRUE/FALSE definesGravatar Lioncash2015-02-10
| | | | | - Removed the Debug parameter from ARMul_State since it isn't used. - Changed ARMul_CoProInit to a void function. It always returned true.
* arm: Clean up ARMul_StateGravatar Lioncash2015-01-31
| | | | Remove unnecessary/unused struct variables.
* arm: Adios armemuGravatar Lioncash2015-01-31
|
* arm: Throw out a lot of unnecessary codeGravatar Lioncash2015-01-30
|
* ARM: Reorganized file structure to move shared SkyEye code to a more common ↵Gravatar bunnei2014-10-25
| | | | | | area. Removed s_ prefix
* ARM: Synchronize Citra's SkyEye core with 3dmoo's.Gravatar bunnei2014-07-23
|
* arm: removed include of windows.h from armdefs.h to arminit.c (only module ↵Gravatar bunnei2014-05-20
| | | | that uses it)
* fixed includesGravatar bunnei2014-05-16
|
* added missing armcopro from skyeyeGravatar bunnei2014-05-16
|
* hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing ↵Gravatar bunnei2014-04-12
| | | | this...)
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08