Commit graph

44 commits

Author SHA1 Message Date
bunnei
978e1d4653 mutex: initial commit of HLE module 2014-05-20 23:03:45 -04:00
bunnei
143bba2045 renamed "syscall" module to "svc" (more accurate naming) 2014-05-20 18:28:38 -04:00
bunnei
4faed70b40 add kernel.* and thread.* to VS filters 2014-05-16 23:24:39 -04:00
bunnei
f872807de2 added maverick.cpp to ARM core from skyeye 2014-05-16 00:52:42 -04:00
bunnei
ad49d481a8 added missing armcopro from skyeye 2014-05-16 00:23:36 -04:00
bunnei
9a642caee7 added missing skyeye mmu code 2014-05-15 23:39:06 -04:00
bunnei
3e1eafa244 - moved mmu to arm/interpreter folder
- added initial VFP code from skyeye
2014-05-15 22:54:17 -04:00
bunnei
34dc0a9b07 added config_mem module for HLE of firmware configuration memory settings 2014-05-06 23:29:39 -04:00
bunnei
f043424915 renamed hle "mrc" module to "coprocessor" 2014-05-01 19:20:44 -04:00
bunnei
29da6e9ab5 added a module to load symbol map files for debugging 2014-04-30 23:46:06 -04:00
bunnei
cb0663de51 moved HLE::MRC to its own module, added support for catching data synchronization barrier command 2014-04-25 17:15:19 -04:00
bunnei
70c2cce963 renamed hw_lcd module to just lcd 2014-04-17 23:48:23 -04:00
bunnei
c3a4b4bfca added NDMA hardware interface 2014-04-17 23:43:55 -04:00
bunnei
bb5bc2df25 added class stub for HID:User service 2014-04-16 20:58:36 -04:00
bunnei
32c3462047 - added stubbed out GSP::Gpu service interface
- various cleanups/refactors to HLE services
2014-04-16 00:03:41 -04:00
bunnei
7ec5950bc4 - extracted srv: calls from service.cpp and put in its own module
- added function tables for service calls
- lots of refactoring
2014-04-15 22:40:19 -04:00
bunnei
9f4d677cdf added framework for APT service (application and title launching service) 2014-04-13 16:33:45 -04:00
bunnei
68e198476f - added HLE to connect to "srv:" service
- added a manager for keeping track of services/ports
- added a memory mapped region for memory accessed by HLE
- added HLE for GetThreadCommandBuffer function
2014-04-12 21:55:36 -04:00
bunnei
02fbd42e7f - renamed hle_syscall to just syscall
- added service.h as an initial service interface
2014-04-11 18:44:21 -04:00
bunnei
f6c328cf37 moved hle.cpp into hle folder (due to mistake earlier) 2014-04-11 18:07:49 -04:00
bunnei
2a7d7ce55d - removed syscall classes (will just use HLEFunction)
- added hle.cpp and module registration
- removed unused code
2014-04-10 21:30:00 -04:00
bunnei
f68de21ad1 added initial modules for setting up SysCall HLE 2014-04-10 19:58:28 -04:00
bunnei
de0a034a84 fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
bunnei
c874c1d06c add hw_lcd.* to VS project files 2014-04-05 01:24:54 -04:00
bunnei
31abc42d3d added initial support for hw.cpp module 2014-04-05 00:01:07 -04:00
bunnei
670ac5643a added hw module to interface h/w register reads/writes 2014-04-04 23:02:59 -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
66299a4880 moved arm core to interpreter directory 2014-04-04 21:12:05 -04:00
bunnei
7bf24c066b added thumb mode emulation 2014-04-03 19:03:55 -04:00
bunnei
328c415c74 added ARM11 MMU from skyeye 2014-03-29 23:28:38 -04:00
bunnei
6b255111d5 added various arm modules from skyeye to make project link OK 2014-03-29 21:53:07 -04:00
bunnei
97e4d9f211 updated Windows project files to include ELF files 2014-03-25 10:49:56 -04:00
ShizZy
9d79fc7aa6 added core_timing and system modules to core vcproj 2013-10-01 19:10:47 -04:00
ShizZy
c71868a6b1 added system.h to project 2013-09-26 22:01:09 -04:00
ShizZy
a7b06698ff added meta_file_system to project 2013-09-25 21:25:46 -04:00
ShizZy
05d5113701 renamed file_sys_directory.* to directory_file_system.* 2013-09-25 21:03:42 -04:00
ShizZy
5b0b60ad6b moved file_sys back to core 2013-09-25 20:59:29 -04:00
ShizZy
29cdc1df39 moved file_sys to common 2013-09-23 22:04:56 -04:00
ShizZy
1af6ae2f48 added PPSSPP's file system directory module for game loading 2013-09-23 21:50:41 -04:00
ShizZy
8990b51ac8 added a module for loading bootable binaries 2013-09-19 23:21:22 -04:00
ShizZy
030c836793 added hw R/W/ memory functions 2013-09-18 23:52:51 -04:00
ShizZy
7dcfb9c1cf added ARMulator/skyeye ARM11 core to the project 2013-09-17 23:03:54 -04:00
ShizZy
d708e2d68a added core and mem_map files to the project 2013-09-05 18:33:46 -04:00
ShizZy
b5c78f8a20 added an ARM disassembler from the android project 2013-09-04 23:00:12 -04:00