summaryrefslogtreecommitdiffstats
path: root/src/core/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* renamed some functionsbunnei2014-04-051-11/+11
* added entry point loading from ELF filebunnei2014-04-051-2/+4
* - added an interface layer for ARM coresbunnei2014-04-055-77/+201
* renamed ARM disassembler class from "Arm" to "ARM_Disasm"bunnei2014-04-052-27/+27
* got rid of some really poorly named macros in SkyEye corebunnei2014-04-053-9/+9
* moved arm core to interpreter directorybunnei2014-04-0515-12/+12
* added some commented out ARMulator functionsbunnei2014-04-041-20/+3
* added hack to allow physical mem read/writesbunnei2014-04-041-2/+20
* made memory #define's enum to make debugging easierbunnei2014-04-041-15/+21
* Add Core::GetState() for debuggerMathieu Vaillancourt2014-04-042-0/+9
* removed some useless log messagesbunnei2014-04-041-2/+0
* added thumb mode emulationbunnei2014-04-044-4/+518
* convert tabs to spacesbunnei2014-04-0210-6796/+6796
* -converted tabs to spacesbunnei2014-04-022-149/+145
* added very hackish ARMulator core initialization and CPU steppingbunnei2014-04-011-6/+97
* added ELF loading support to loader.cppbunnei2014-04-011-69/+113
* commented out bswap stuff... ARM ELF files are little endian anywaybunnei2014-04-011-9/+10
* added support for reading/writing to stack membunnei2014-04-013-17/+40
* replaced some error logs with debug assertsbunnei2014-03-301-4/+2
* removed unnecessary debug assertbunnei2014-03-301-1/+0
* added ARM11 MMU from skyeyebunnei2014-03-304-145/+112
* initialize mem regionsbunnei2014-03-301-0/+2
* added various arm modules from skyeye to make project link OKbunnei2014-03-307-164/+2556
* added a GetPointer function to Memory for use with ELF loadingbunnei2014-03-253-30/+33
* added Dolphin's ELF reader to the projectbunnei2014-03-253-0/+594
* renamed FILETYPE_CTR_DIRECTORY to FILETYPE_DIRECTORY_CXIShizZy2013-10-062-12/+10
* fixed a typo in declaration of meta file systemShizZy2013-10-061-2/+2
* moved some core functions over to system moduleShizZy2013-10-034-13/+11
* added core_timing and system modules to core vcprojShizZy2013-10-024-2/+817
* added an early function for booting from a directoryShizZy2013-10-022-16/+35
* added a message option to Core::Halt functionShizZy2013-10-022-2/+2
* added system.h to projectShizZy2013-09-273-22/+85
* added meta_file_system to projectShizZy2013-09-262-0/+629
* renamed file_sys_directory.* to directory_file_system.*ShizZy2013-09-262-1/+1
* moved file_sys back to coreShizZy2013-09-263-0/+967
* removed <windows.h> include from common.h and added it only where neededShizZy2013-09-241-0/+4
* moved file_sys to commonShizZy2013-09-243-967/+0
* removed unused commented-out codeShizZy2013-09-241-154/+0
* renamed PSPFileInfo to just FileInfoShizZy2013-09-243-21/+21
* added PPSSPP's file system directory module for game loadingShizZy2013-09-241-10/+123
* ppsspp file system module - currently unusedShizZy2013-09-203-0/+1008
* added a module for loading bootable binariesShizZy2013-09-202-0/+199
* added mem_map hardware writingShizZy2013-09-203-75/+76
* added hw R/W/ memory functionsShizZy2013-09-193-3/+159
* refactored some mem_map stuffShizZy2013-09-192-19/+36
* added log msg to coreShizZy2013-09-191-0/+2
* added ARMulator/skyeye ARM11 core to the projectShizZy2013-09-1816-0/+11294
* renamed project to 'citrus'ShizZy2013-09-144-4/+4
* updated common pathsShizZy2013-09-081-0/+2
* start of 3DS memory mapShizZy2013-09-062-4/+77
* added core and mem_map files to the projectShizZy2013-09-064-2/+226
* added an ARM disassembler from the android projectShizZy2013-09-052-0/+1149
* added missing filesShizZy2013-09-051-0/+2