bunnei
|
2bde8f2856
|
base code to call a syscall from ARM11 appcore
|
2014-04-10 23:26:12 -04:00 |
bunnei
|
01bedbf956
|
updated logging message
|
2014-04-10 22:49:12 -04:00 |
bunnei
|
5d95bb9843
|
cleaned up some logging messages
|
2014-04-10 22:45:40 -04:00 |
bunnei
|
d4cb2aab63
|
added logger for generic HLE
|
2014-04-10 22:43:48 -04:00 |
bunnei
|
3bd041f5b0
|
changed some naming/misc cleanups
|
2014-04-10 22:15:07 -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 |
Mathieu Vaillancourt
|
ff4fe52bf6
|
Temporarily "fix" citra_qt for Windows
|
2014-04-10 20:51:32 -04:00 |
bunnei
|
95f237a086
|
Merge branch 'master' into hle-interface
|
2014-04-10 20:10:18 -04:00 |
bunnei
|
17b32b7b3f
|
removed scm_rev.h from version control
|
2014-04-10 20:05:58 -04:00 |
bunnei
|
b0ae99e177
|
removed unused macros from citra.h
|
2014-04-10 20:04:38 -04:00 |
bunnei
|
7b3cde1f3a
|
added missing const to GetWindowTitle
|
2014-04-10 20:04:38 -04:00 |
bunnei
|
f68de21ad1
|
added initial modules for setting up SysCall HLE
|
2014-04-10 19:58:28 -04:00 |
bunnei
|
fccbfc208c
|
missed this file with commit 95e5436f
|
2014-04-10 19:57:56 -04:00 |
bunnei
|
d9bb4f11c6
|
added Memory::GetCharPointer to read strings from HLE functions
|
2014-04-10 19:56:30 -04:00 |
bunnei
|
95e5436f41
|
cleaned up arm_interface, added a setter to set registers for use with HLE return values
|
2014-04-10 19:55:59 -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
|
5da03e821e
|
- removed deprecated version.h
- cleaned up window title
- cleaned up emu_window_glfw/emu_window
|
2014-04-08 23:18:23 -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
|
ad4fffca0d
|
fixed license headers in citra project
|
2014-04-08 20:25:53 -04:00 |
bunnei
|
2c54d5eee2
|
fixed scm_rev_gen
|
2014-04-08 20:20:10 -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
|
ef7cfa0207
|
fixed license header in video_core
|
2014-04-08 19:04:25 -04:00 |
bunnei
|
8c60294243
|
- removed lots of unused code from gekko
- updated code style/naming conventions
|
2014-04-08 18:59:02 -04:00 |
bunnei
|
f446f79da2
|
Merge branch 'hardware-interface'
Conflicts:
src/core/src/core.h
|
2014-04-07 00:57:37 -04:00 |
bunnei
|
efef514fd8
|
removed unused comments, changed main processing loop to be infinite
|
2014-04-07 00:53:47 -04:00 |
bunnei
|
8cf851f68a
|
added support for renderering the external framebuffers
|
2014-04-07 00:52:34 -04:00 |
bunnei
|
506e6049d3
|
added external framebuffer GL handles
|
2014-04-06 22:57:04 -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
|
aa3ae1af49
|
added "citra" instead of "emu" to title bar
|
2014-04-06 22:49:54 -04:00 |
bunnei
|
0716470609
|
added logger option specifically for the renderer
|
2014-04-06 16:56:42 -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
|
080f847550
|
added initial renderer code
|
2014-04-06 16:55:39 -04:00 |
bunnei
|
e4d1ad4bda
|
set window size to correspond to framebuffer sizes
|
2014-04-06 16:55:05 -04:00 |
bunnei
|
a604eaee54
|
added project linker reference
|
2014-04-06 16:54:28 -04:00 |
bunnei
|
23506defe3
|
added video_core project to solution
|
2014-04-05 16:04:25 -04:00 |
bunnei
|
89fd6eb237
|
added missing includes to common_types.h
|
2014-04-05 15:47:55 -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
|
02bcb4cfad
|
Updated common_types.h to use Gekko's version w/ Rect and some useful unions
|
2014-04-05 15:22:36 -04:00 |
bunnei
|
925a894c1b
|
added DISALLOW_COPY_AND_ASSIGN macro
|
2014-04-05 15:22:11 -04:00 |
bunnei
|
7509a9b21f
|
added LCD logger
|
2014-04-05 01:25:13 -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 |
Mathieu Vaillancourt
|
f1fd84aa0f
|
Support vs express edition without having to get platform sdk
|
2014-04-04 23:10:02 -04:00 |
bunnei
|
670ac5643a
|
added hw module to interface h/w register reads/writes
|
2014-04-04 23:02:59 -04:00 |
bunnei
|
006bb834df
|
added a HW option to logging
|
2014-04-04 22:53:34 -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
|
1c7120b3aa
|
More Qt changes for debugger
|
2014-04-03 21:25:40 -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
|
c9b5b89e21
|
convert tabs to spaces
|
2014-04-01 18:48:08 -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 |
Mathieu Vaillancourt
|
81b61ee720
|
Load file in qt window
|
2014-03-31 22:42:19 -04:00 |
Mathieu Vaillancourt
|
05be8d2f0c
|
Basic QT window
|
2014-03-31 22:32:03 -04:00 |
bunnei
|
d4b529111a
|
added very hackish ARMulator core initialization and CPU stepping
|
2014-03-31 22:26:50 -04:00 |
bunnei
|
c7f4914a90
|
added simple processing loop and ELF loading to main()... hackish, will cleanup later
|
2014-03-31 22:25:55 -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
|
07ea22de5c
|
grabbed ppsspp's MemArena
|
2014-03-31 21:04:50 -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 |
ShizZy
|
8a95dd3f11
|
fixed a typo in declaration of meta file system
|
2013-10-06 09:24:46 -04:00 |
ShizZy
|
e0cb54ea35
|
moved some core functions over to system module
|
2013-10-03 17:47:31 -04:00 |
ShizZy
|
9d79fc7aa6
|
added core_timing and system modules to core vcproj
|
2013-10-01 19:10:47 -04:00 |
ShizZy
|
4c24ea3d88
|
added an early function for booting from a directory
|
2013-10-01 19:09:49 -04:00 |
ShizZy
|
539bf8bc86
|
added a message option to Core::Halt function
|
2013-10-01 19:07:33 -04:00 |
ShizZy
|
2f2a980c92
|
added TIME logger for core timing
|
2013-10-01 19:06:51 -04:00 |
ShizZy
|
eab69534c6
|
renamed GC_ALIGNED* macros to MEMORY_ALIGNED*
|
2013-10-01 19:05:33 -04:00 |
ShizZy
|
a79fb90d62
|
upgraded proj files to vs 2013
|
2013-09-26 22:48:31 -04:00 |
ShizZy
|
c71868a6b1
|
added system.h to project
|
2013-09-26 22:01:09 -04:00 |
ShizZy
|
8bb0c457bc
|
renamed from citrus to citra
|
2013-09-26 17:34:48 -04:00 |