summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2014-04-06removed log message from hw_lcdbunnei
2014-04-06added hack physical memory reads with Memory::GetPointerbunnei
2014-04-06calling SwapBuffers from hw_lcd.cppbunnei
2014-04-06initialize VideoCorebunnei
2014-04-05added g_app_core->Step and HW::Update to Core::SingleStep to be consistent wi...bunnei
2014-04-05changed hw_lcd to use ARM core correct tick counter instead of [what was actu...bunnei
2014-04-05add hw_lcd.* to VS project filesbunnei
2014-04-05added an "Update" method to update all hardwarebunnei
2014-04-05added a module for interfacing to hardware LCDbunnei
2014-04-05added a tick counterbunnei
2014-04-05added initial support for hw.cpp modulebunnei
2014-04-04added hw module to interface h/w register reads/writesbunnei
2014-04-04renamed some functionsbunnei
2014-04-04added entry point loading from ELF filebunnei
2014-04-04- added an interface layer for ARM coresbunnei
2014-04-04renamed ARM disassembler class from "Arm" to "ARM_Disasm"bunnei
2014-04-04got rid of some really poorly named macros in SkyEye corebunnei
2014-04-04moved arm core to interpreter directorybunnei
2014-04-03added some commented out ARMulator functionsbunnei
2014-04-03added hack to allow physical mem read/writesbunnei
2014-04-03made memory #define's enum to make debugging easierbunnei
2014-04-03Add Core::GetState() for debuggerMathieu Vaillancourt
2014-04-03removed some useless log messagesbunnei
2014-04-03added thumb mode emulationbunnei
2014-04-01convert tabs to spacesbunnei
2014-04-01-converted tabs to spacesbunnei
2014-03-31added very hackish ARMulator core initialization and CPU steppingbunnei
2014-03-31added ELF loading support to loader.cppbunnei
2014-03-31commented out bswap stuff... ARM ELF files are little endian anywaybunnei
2014-03-31added support for reading/writing to stack membunnei
2014-03-30replaced some error logs with debug assertsbunnei
2014-03-30removed unnecessary debug assertbunnei
2014-03-29added ARM11 MMU from skyeyebunnei
2014-03-29initialize mem regionsbunnei
2014-03-29added various arm modules from skyeye to make project link OKbunnei
2014-03-25added a GetPointer function to Memory for use with ELF loadingbunnei
2014-03-25updated Windows project files to include ELF filesbunnei
2014-03-25added Dolphin's ELF reader to the projectbunnei
2013-10-06renamed FILETYPE_CTR_DIRECTORY to FILETYPE_DIRECTORY_CXIShizZy
2013-10-06fixed a typo in declaration of meta file systemShizZy
2013-10-03moved some core functions over to system moduleShizZy
2013-10-01added core_timing and system modules to core vcprojShizZy
2013-10-01added an early function for booting from a directoryShizZy
2013-10-01added a message option to Core::Halt functionShizZy
2013-09-26upgraded proj files to vs 2013ShizZy
2013-09-26added system.h to projectShizZy
2013-09-25added meta_file_system to projectShizZy
2013-09-25renamed file_sys_directory.* to directory_file_system.*ShizZy
2013-09-25moved file_sys back to coreShizZy
2013-09-23removed <windows.h> include from common.h and added it only where neededShizZy