index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
mem_map.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-12-04
mem_map: Make enum for addresses use u32 as the underlying type
Lioncash
1
-1
/
+1
2014-12-04
Add stub for ConvertProcessFromDspDram
archshift
1
-1
/
+3
2014-12-03
MemMap: Updated memory map to subtract base address instead of mask.
bunnei
1
-10
/
+0
2014-11-18
Fix documentation of parameters
Lioncash
1
-1
/
+1
2014-11-17
mem_map: Add missing prototype for Write64
Lioncash
1
-0
/
+1
2014-08-31
Introduce VAddr and PAddr typedefs for ARM addresses.
Yuri Kunde Schlesner
1
-15
/
+24
2014-08-12
Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones.
Tony Wasserka
1
-15
/
+7
2014-07-05
Memory: Removed deprecated MapBlock_Shared function.
bunnei
1
-8
/
+0
2014-07-05
mem_map: Updated interface to expose template functions to other modules.
bunnei
1
-0
/
+6
2014-06-25
MemMap: Added a WriteBlock function to write a buffer of data to memory.
bunnei
1
-0
/
+2
2014-05-16
added memory mapped region for system mem - sdk demos load a segment here on ELF load
bunnei
1
-0
/
+7
2014-05-08
added kernel memory to mem_map
bunnei
1
-0
/
+6
2014-05-07
added mem_map read for config_mem
bunnei
1
-0
/
+5
2014-05-01
fixed a bug where ExeFs code was being incorrectly masked
bunnei
1
-1
/
+1
2014-05-01
added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded)
bunnei
1
-0
/
+1
2014-05-01
reorganized memory regions enum, added regions for ExeFS code
bunnei
1
-20
/
+25
2014-04-28
added virtual address conversion for firmware FW0B
bunnei
1
-0
/
+2
2014-04-27
added helper functions to mem_map to convert physical addresses to virtual addresses
bunnei
1
-0
/
+14
2014-04-26
- changed HW IO map to use virtual addresses
bunnei
1
-1
/
+3
2014-04-26
added vram to memory_map
bunnei
1
-1
/
+2
2014-04-25
- added preliminary support for svc_MapMemoryBlock
bunnei
1
-0
/
+9
2014-04-25
added functions to map Heap and Shared memory space
bunnei
1
-4
/
+23
2014-04-18
added GSP heap memory allocation
bunnei
1
-0
/
+25
2014-04-18
moved enums into Memory:: namespace
bunnei
1
-4
/
+2
2014-04-18
added memory read/write to GSP heap
bunnei
1
-1
/
+3
2014-04-18
more various refactors to memory interface
bunnei
1
-20
/
+33
2014-04-18
cleaned up memory interfaces a lot, removed some hackish stuff
bunnei
1
-3
/
+1
2014-04-13
replace tabs with spaces
bunnei
1
-3
/
+3
2014-04-13
added OS memory read/write for thread command buffer
bunnei
1
-4
/
+0
2014-04-13
- added HLE to connect to "srv:" service
bunnei
1
-1
/
+2
2014-04-12
added a memory mapped option for HLE
bunnei
1
-5
/
+8
2014-04-11
added Memory::GetCharPointer to read strings from HLE functions
bunnei
1
-0
/
+4
2014-04-09
fixed project includes to use new directory structure
bunnei
1
-2
/
+2
2014-04-09
got rid of 'src' folders in each sub-project
bunnei
1
-0
/
+0
2014-04-09
fixed all license file headers in core
bunnei
1
-30
/
+5
2014-04-04
made memory #define's enum to make debugging easier
bunnei
1
-15
/
+21
2014-04-01
added support for reading/writing to stack mem
bunnei
1
-2
/
+10
2014-03-30
added ARM11 MMU from skyeye
bunnei
1
-2
/
+2
2014-03-25
added a GetPointer function to Memory for use with ELF loading
bunnei
1
-1
/
+4
2013-09-20
added mem_map hardware writing
ShizZy
1
-0
/
+3
2013-09-19
added hw R/W/ memory functions
ShizZy
1
-2
/
+1
2013-09-19
refactored some mem_map stuff
ShizZy
1
-1
/
+1
2013-09-14
renamed project to 'citrus'
ShizZy
1
-1
/
+1
2013-09-06
start of 3DS memory map
ShizZy
1
-4
/
+25
2013-09-06
added core and mem_map files to the project
ShizZy
1
-0
/
+58