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_funcs.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-11
1
-2
/
+2
*
Add some support for the shared page (currently 3d slider is implemented)
Zhuowei Zhang
2015-01-16
1
-0
/
+5
*
MemMap: Add support for DSP Read & Writes in the memory map
purpasmart96
2014-12-30
1
-2
/
+8
*
Merge pull request #253 from purpasmart96/mem_map
bunnei
2014-12-30
1
-10
/
+0
|
\
|
*
MemMap: Added AXI_WRAM & SHARED_PAGE along with other stuff
purpasmart96
2014-12-14
1
-10
/
+0
*
|
License change
purpasmart96
2014-12-21
1
-1
/
+1
|
/
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
1
-6
/
+6
*
MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.
bunnei
2014-12-12
1
-16
/
+16
*
MemMap: Updated memory map to subtract base address instead of mask.
bunnei
2014-12-03
1
-21
/
+21
*
Fixed formatting and switch statement warnings
vaguilar
2014-11-27
1
-2
/
+2
*
Add static to some variables
Lioncash
2014-11-19
1
-9
/
+9
*
Fix warnings in core and common
Lioncash
2014-09-28
1
-1
/
+1
*
core: Prune redundant includes
archshift
2014-09-09
1
-1
/
+0
*
Introduce VAddr and PAddr typedefs for ARM addresses.
Yuri Kunde Schlesner
2014-08-31
1
-16
/
+16
*
Core: Fix undefined behavior in mem_map_funcs' WriteBlock function
Lioncash
2014-08-17
1
-4
/
+8
*
Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones.
Tony Wasserka
2014-08-12
1
-32
/
+36
*
MemMap: Fixed typo with GetPointer to VRAM address.
bunnei
2014-08-06
1
-1
/
+1
*
MemMap: Added an error for unaligned 16-bit memory reads.
bunnei
2014-08-06
1
-0
/
+7
*
MemMap: Removed Read64 function.
bunnei
2014-08-06
1
-6
/
+0
*
MemMap: Fix Read32 for unaligned memory reads.
bunnei
2014-08-06
1
-12
/
+23
*
Memory: Removed deprecated MapBlock_Shared function.
bunnei
2014-07-05
1
-22
/
+0
*
mem_map: Updated interface to expose template functions to other modules.
bunnei
2014-07-05
1
-10
/
+10
*
MemMap: Added a WriteBlock function to write a buffer of data to memory.
bunnei
2014-06-25
1
-0
/
+12
*
hle: cleaned up log messages
bunnei
2014-05-30
1
-3
/
+2
*
added memory mapped region for system mem - sdk demos load a segment here on ELF load
bunnei
2014-05-16
1
-1
/
+13
*
- removed HLE mem "hack" and replaced with kernel mem region
bunnei
2014-05-08
1
-11
/
+11
*
added mem_map read for config_mem
bunnei
2014-05-07
1
-7
/
+12
*
added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded)
bunnei
2014-05-01
1
-1
/
+13
*
reorganized memory regions enum, added regions for ExeFS code
bunnei
2014-05-01
1
-1
/
+1
*
added virtual address conversion for firmware FW0B
bunnei
2014-04-28
1
-5
/
+9
*
added helper functions to mem_map to convert physical addresses to virtual addresses
bunnei
2014-04-27
1
-1
/
+1
*
- changed HW IO map to use virtual addresses
bunnei
2014-04-26
1
-2
/
+10
*
added vram to memory_map
bunnei
2014-04-26
1
-7
/
+13
*
removed some cruft
bunnei
2014-04-25
1
-7
/
+1
*
- added preliminary support for svc_MapMemoryBlock
bunnei
2014-04-25
1
-6
/
+21
*
added functions to map Heap and Shared memory space
bunnei
2014-04-25
1
-3
/
+51
*
added GSP heap memory allocation
bunnei
2014-04-18
1
-0
/
+26
*
fixed bug in Memory::GetPointer
bunnei
2014-04-18
1
-2
/
+2
*
added memory read/write to GSP heap
bunnei
2014-04-18
1
-3
/
+11
*
more various refactors to memory interface
bunnei
2014-04-18
1
-23
/
+17
*
cleaned up memory interfaces a lot, removed some hackish stuff
bunnei
2014-04-18
1
-96
/
+48
*
changed unknown memory read/write to report the size
bunnei
2014-04-17
1
-2
/
+3
*
added OS memory read/write for thread command buffer
bunnei
2014-04-13
1
-5
/
+5
*
- added HLE to connect to "srv:" service
bunnei
2014-04-13
1
-2
/
+16
*
cleaned up some logging messages
bunnei
2014-04-11
1
-1
/
+1
*
fixed project includes to use new directory structure
bunnei
2014-04-09
1
-3
/
+3
*
got rid of 'src' folders in each sub-project
bunnei
2014-04-09
1
-0
/
+198