Commit graph

81 commits

Author SHA1 Message Date
Mathieu Vaillancourt
67095f8083 Implement simple LoadSymbols for ELF files 2014-04-12 19:04:32 -04:00
bunnei
9527fc74ad fixed a bunch of errors in CMakeLists 2014-04-09 20:28:43 -07:00
bunnei
6b83509a7e updated CMakeLists 2014-04-09 23:09:05 -04:00
bunnei
d0674cc98b fixed licensing and updated code style naming for arm_interface/arm_interpreter frontend module 2014-04-08 20:38:33 -04:00
bunnei
de0a034a84 fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
bunnei
63e46abdb8 got rid of 'src' folders in each sub-project 2014-04-08 19:25:03 -04:00
bunnei
03c245345e fixed some license headers that I missed 2014-04-08 19:19:26 -04:00
bunnei
c0796cf762 fixed all license file headers in core 2014-04-08 19:15:46 -04:00
bunnei
3dc3bd5627 fixed licensing issue with core_timing being GPL v2+ instead of Dolphin's GPL v2 2014-04-08 19:11:21 -04:00
bunnei
f446f79da2 Merge branch 'hardware-interface'
Conflicts:
	src/core/src/core.h
2014-04-07 00:57:37 -04:00
bunnei
6f7fd741db removed log message from hw_lcd 2014-04-06 22:56:25 -04:00
bunnei
aae52e3f8f added hack physical memory reads with Memory::GetPointer 2014-04-06 22:56:08 -04:00
bunnei
f0d49253e4 calling SwapBuffers from hw_lcd.cpp 2014-04-06 16:56:13 -04:00
bunnei
551b2a52e0 initialize VideoCore 2014-04-06 16:55:54 -04:00
bunnei
e022717477 added g_app_core->Step and HW::Update to Core::SingleStep to be consistent with other changes made 2014-04-05 15:26:03 -04:00
bunnei
ed15feebf1 changed hw_lcd to use ARM core correct tick counter instead of [what was actually] just an instruction count. this seems to fix timing issues with the 3DS_Homebrew_Pong3Dv2 demo. 2014-04-05 15:23:59 -04:00
bunnei
c874c1d06c add hw_lcd.* to VS project files 2014-04-05 01:24:54 -04:00
bunnei
6433f4d6f9 added an "Update" method to update all hardware 2014-04-05 01:24:14 -04:00
bunnei
9c2355ba4f added a module for interfacing to hardware LCD 2014-04-05 01:23:51 -04:00
bunnei
c1dfa75845 added a tick counter 2014-04-05 01:23:28 -04:00
bunnei
31abc42d3d added initial support for hw.cpp module 2014-04-05 00:01:07 -04:00
Mathieu Vaillancourt
9b6041d818 Remove Core::GetState(). Use new ARM_Interface instead. 2014-04-04 23:24:09 -04:00
bunnei
670ac5643a added hw module to interface h/w register reads/writes 2014-04-04 23:02:59 -04:00
bunnei
590f294d8e renamed some functions 2014-04-04 22:47:10 -04:00
bunnei
c89f3a5c38 added entry point loading from ELF file 2014-04-04 22:26:25 -04:00
bunnei
69223d007e - added an interface layer for ARM cores
- cleaned up core.cpp a bit
2014-04-04 22:26:06 -04:00
bunnei
d601d2e696 renamed ARM disassembler class from "Arm" to "ARM_Disasm" 2014-04-04 22:25:12 -04:00
bunnei
f5f6428b97 got rid of some really poorly named macros in SkyEye core 2014-04-04 22:24:41 -04:00
bunnei
66299a4880 moved arm core to interpreter directory 2014-04-04 21:12:05 -04:00
bunnei
c2d4c7d4f4 added some commented out ARMulator functions 2014-04-03 22:07:07 -04:00
bunnei
829952834a added hack to allow physical mem read/writes 2014-04-03 22:07:06 -04:00
bunnei
cbd1de38be made memory #define's enum to make debugging easier 2014-04-03 22:07:05 -04:00
Mathieu Vaillancourt
564e3f5032 Add Core::GetState() for debugger 2014-04-03 21:25:39 -04:00
bunnei
20bf361b95 removed some useless log messages 2014-04-03 19:04:14 -04:00
bunnei
7bf24c066b added thumb mode emulation 2014-04-03 19:03:55 -04:00
bunnei
4860480c36 convert tabs to spaces 2014-04-01 18:48:06 -04:00
bunnei
e05be0145c -converted tabs to spaces
-moved scratchpad memory out of MemArena
2014-04-01 18:48:04 -04:00
bunnei
d4b529111a added very hackish ARMulator core initialization and CPU stepping 2014-03-31 22:26:50 -04:00
bunnei
85e8da6fc8 added ELF loading support to loader.cpp 2014-03-31 22:23:55 -04:00
bunnei
e32c03e860 commented out bswap stuff... ARM ELF files are little endian anyway 2014-03-31 22:15:02 -04:00
bunnei
a36f9492cc added support for reading/writing to stack mem 2014-03-31 21:05:51 -04:00
bunnei
4fdeadb8e2 replaced some error logs with debug asserts 2014-03-30 02:13:25 -04:00
bunnei
7c5d8f6dad removed unnecessary debug assert 2014-03-30 00:42:13 -04:00
bunnei
328c415c74 added ARM11 MMU from skyeye 2014-03-29 23:28:38 -04:00
bunnei
bd38abf249 initialize mem regions 2014-03-29 21:53:41 -04:00
bunnei
6b255111d5 added various arm modules from skyeye to make project link OK 2014-03-29 21:53:07 -04:00
bunnei
20807c4d5a added a GetPointer function to Memory for use with ELF loading 2014-03-25 10:50:34 -04:00
bunnei
97e4d9f211 updated Windows project files to include ELF files 2014-03-25 10:49:56 -04:00
bunnei
872d9ae87f added Dolphin's ELF reader to the project 2014-03-25 10:47:12 -04:00
ShizZy
e0cfd6b0b8 renamed FILETYPE_CTR_DIRECTORY to FILETYPE_DIRECTORY_CXI 2013-10-06 09:39:11 -04:00