aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm/interpreter/arminit.cpp
AgeCommit message (Collapse)Author
2015-07-25dyncom: Move arminit.cpp and armsupp.cpp into skyeye_commonLioncash
2015-05-23dyncom: Get rid of armemu.hLioncash
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
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.
2015-05-01Dyncom: Move cream cache to ARMul_State.bunnei
2015-04-20dyncom: Remove more unused/unnecessary codeLioncash
Gets rid of a sizeable amount of stuff in armdefs.
2015-04-17dyncom: Remove unused/unnecessary VFP cruftLioncash
2015-04-06core: Migrate 3DS-specific CP15 register setting into InitLioncash
2015-04-06Move CP15 enum definitions into their own enum.Lioncash
Also gets rid of preprocessor mumbo-jumbo
2015-04-06dyncom: Properly return the value of the user RO thread registerLioncash
2015-04-06dyncom: Set CP15 reset values on initializationLioncash
2015-02-25arm: Remove unnecessary booleansLioncash
We don't care about any of these.
2015-02-13arm: General cleanupLioncash
- Remove several typedefs for ARMul_State. - Remove unused functions - Remove unused/unnecessary headers - Removed unused enums, etc.
2015-02-12dyncom: Clean up the constructorLioncash
Some function calls aren't necessary and would be handled by regular initialization routines.
2015-02-12arm: Remove ARMul_EmulateInitLioncash
This was only used for armemu, which has since been removed. Removed components related to this as well.
2015-02-11arm: Remove ARM26 support.Lioncash
This will never be used. 32-bit is the norm.
2015-02-11arm: Get rid of some magic constants. Specify proper ARM mode.Lioncash
Initially, we were starting the emulator in USER26MODE, which is incorrect, this should be USER32MODE.
2015-02-10arm: Remove TRUE/FALSE definesLioncash
- Removed the Debug parameter from ARMul_State since it isn't used. - Changed ARMul_CoProInit to a void function. It always returned true.
2015-01-31arm: Clean up ARMul_StateLioncash
Remove unnecessary/unused struct variables.
2015-01-31arm: Adios armemuLioncash
2015-01-30arm: Throw out a lot of unnecessary codeLioncash
2014-10-25ARM: Reorganized file structure to move shared SkyEye code to a more common ↵bunnei
area. Removed s_ prefix
2014-07-23ARM: Synchronize Citra's SkyEye core with 3dmoo's.bunnei
2014-05-20arm: removed include of windows.h from armdefs.h to arminit.c (only module ↵bunnei
that uses it)
2014-05-16fixed includesbunnei
2014-05-16added missing armcopro from skyeyebunnei
2014-04-12hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing ↵bunnei
this...)
2014-04-08fixed project includes to use new directory structurebunnei
2014-04-08got rid of 'src' folders in each sub-projectbunnei