Skip to content
GitLab
Explore
Sign in
suyu
Apr 05, 2014
add hw_lcd.* to VS project files
· c874c1d0
bunnei
authored
Apr 05, 2014
c874c1d0
added an "Update" method to update all hardware
· 6433f4d6
bunnei
authored
Apr 05, 2014
6433f4d6
added a module for interfacing to hardware LCD
· 9c2355ba
bunnei
authored
Apr 05, 2014
9c2355ba
added a tick counter
· c1dfa758
bunnei
authored
Apr 05, 2014
c1dfa758
added initial support for hw.cpp module
· 31abc42d
bunnei
authored
Apr 05, 2014
31abc42d
added hw module to interface h/w register reads/writes
· 670ac564
bunnei
authored
Apr 04, 2014
670ac564
added a HW option to logging
· 006bb834
bunnei
authored
Apr 04, 2014
006bb834
renamed some functions
· 590f294d
bunnei
authored
Apr 04, 2014
590f294d
added entry point loading from ELF file
· c89f3a5c
bunnei
authored
Apr 04, 2014
c89f3a5c
- added an interface layer for ARM cores
· 69223d00
bunnei
authored
Apr 04, 2014
- cleaned up core.cpp a bit
69223d00
renamed ARM disassembler class from "Arm" to "ARM_Disasm"
· d601d2e6
bunnei
authored
Apr 04, 2014
d601d2e6
got rid of some really poorly named macros in SkyEye core
· f5f6428b
bunnei
authored
Apr 04, 2014
f5f6428b
moved arm core to interpreter directory
· 66299a48
bunnei
authored
Apr 04, 2014
66299a48
Apr 04, 2014
added some commented out ARMulator functions
· c2d4c7d4
bunnei
authored
Apr 03, 2014
c2d4c7d4
added hack to allow physical mem read/writes
· 82995283
bunnei
authored
Apr 03, 2014
82995283
made memory #define's enum to make debugging easier
· cbd1de38
bunnei
authored
Apr 03, 2014
cbd1de38
More Qt changes for debugger
· 1c7120b3
Mathieu Vaillancourt
authored
Apr 03, 2014
1c7120b3
Add Core::GetState() for debugger
· 564e3f50
Mathieu Vaillancourt
authored
Apr 03, 2014
564e3f50
Apr 03, 2014
removed some useless log messages
· 20bf361b
bunnei
authored
Apr 03, 2014
20bf361b
added thumb mode emulation
· 7bf24c06
bunnei
authored
Apr 03, 2014
7bf24c06
Apr 01, 2014
convert tabs to spaces
· c9b5b89e
bunnei
authored
Apr 01, 2014
c9b5b89e
convert tabs to spaces
· 4860480c
bunnei
authored
Apr 01, 2014
4860480c
-converted tabs to spaces
· e05be014
bunnei
authored
Apr 01, 2014
-moved scratchpad memory out of MemArena
e05be014
Load file in qt window
· 81b61ee7
Mathieu Vaillancourt
authored
Mar 31, 2014
81b61ee7
Basic QT window
· 05be8d2f
Mathieu Vaillancourt
authored
Mar 31, 2014
05be8d2f
added very hackish ARMulator core initialization and CPU stepping
· d4b52911
bunnei
authored
Mar 31, 2014
d4b52911
added simple processing loop and ELF loading to main()... hackish, will cleanup later
· c7f4914a
bunnei
authored
Mar 31, 2014
c7f4914a
added ELF loading support to loader.cpp
· 85e8da6f
bunnei
authored
Mar 31, 2014
85e8da6f
commented out bswap stuff... ARM ELF files are little endian anyway
· e32c03e8
bunnei
authored
Mar 31, 2014
e32c03e8
added support for reading/writing to stack mem
· a36f9492
bunnei
authored
Mar 31, 2014
a36f9492
grabbed ppsspp's MemArena
· 07ea22de
bunnei
authored
Mar 31, 2014
07ea22de
Mar 30, 2014
replaced some error logs with debug asserts
· 4fdeadb8
bunnei
authored
Mar 30, 2014
4fdeadb8
removed unnecessary debug assert
· 7c5d8f6d
bunnei
authored
Mar 30, 2014
7c5d8f6d
added ARM11 MMU from skyeye
· 328c415c
bunnei
authored
Mar 29, 2014
328c415c
initialize mem regions
· bd38abf2
bunnei
authored
Mar 29, 2014
bd38abf2
added various arm modules from skyeye to make project link OK
· 6b255111
bunnei
authored
Mar 29, 2014
6b255111
Mar 25, 2014
added a GetPointer function to Memory for use with ELF loading
· 20807c4d
bunnei
authored
Mar 25, 2014
20807c4d
updated Windows project files to include ELF files
· 97e4d9f2
bunnei
authored
Mar 25, 2014
97e4d9f2
added Dolphin's ELF reader to the project
· 872d9ae8
bunnei
authored
Mar 25, 2014
872d9ae8
Oct 06, 2013
renamed FILETYPE_CTR_DIRECTORY to FILETYPE_DIRECTORY_CXI
· e0cfd6b0
ShizZy
authored
Oct 06, 2013
e0cfd6b0
Loading