index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
mem_map_funcs.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-05-15
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
1
-275
/
+0
2015-05-15
Memmap: Remove unused declarations
Yuri Kunde Schlesner
1
-11
/
+3
2015-05-09
Memory: Support more regions in the VAddr-PAddr translation functions
Yuri Kunde Schlesner
1
-24
/
+24
2015-05-09
Memory: Re-organize and rename memory area address constants
Yuri Kunde Schlesner
1
-38
/
+26
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
1
-1
/
+3
2015-05-01
Memory: Properly cleanup & shutdown.
bunnei
1
-13
/
+8
2015-04-05
Clean-up mem_map constants and fix framebuffer translation errors
Yuri Kunde Schlesner
1
-7
/
+11
2015-03-17
dyncom: Make Load/Store instructions support big endian
Lioncash
1
-0
/
+6
2015-02-21
Cleaned up unaligned access.
Kevin Hartman
1
-18
/
+0
2015-02-10
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
1
-2
/
+2
2015-01-15
Add some support for the shared page (currently 3d slider is implemented)
Zhuowei Zhang
1
-0
/
+5
2014-12-29
MemMap: Add support for DSP Read & Writes in the memory map
purpasmart96
1
-2
/
+8
2014-12-20
License change
purpasmart96
1
-1
/
+1
2014-12-13
MemMap: Added AXI_WRAM & SHARED_PAGE along with other stuff
purpasmart96
1
-10
/
+0
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
1
-6
/
+6
2014-12-12
MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.
bunnei
1
-16
/
+16
2014-12-03
MemMap: Updated memory map to subtract base address instead of mask.
bunnei
1
-21
/
+21
2014-11-27
Fixed formatting and switch statement warnings
vaguilar
1
-2
/
+2
2014-11-18
Add static to some variables
Lioncash
1
-9
/
+9
2014-09-28
Fix warnings in core and common
Lioncash
1
-1
/
+1
2014-09-08
core: Prune redundant includes
archshift
1
-1
/
+0
2014-08-31
Introduce VAddr and PAddr typedefs for ARM addresses.
Yuri Kunde Schlesner
1
-16
/
+16
2014-08-17
Core: Fix undefined behavior in mem_map_funcs' WriteBlock function
Lioncash
1
-4
/
+8
2014-08-12
Pica/GPU: Change hardware registers to use physical addresses rather than vir...
Tony Wasserka
1
-32
/
+36
2014-08-05
MemMap: Fixed typo with GetPointer to VRAM address.
bunnei
1
-1
/
+1
2014-08-05
MemMap: Added an error for unaligned 16-bit memory reads.
bunnei
1
-0
/
+7
2014-08-05
MemMap: Removed Read64 function.
bunnei
1
-6
/
+0
2014-08-05
MemMap: Fix Read32 for unaligned memory reads.
bunnei
1
-12
/
+23
2014-07-05
Memory: Removed deprecated MapBlock_Shared function.
bunnei
1
-22
/
+0
2014-07-04
mem_map: Updated interface to expose template functions to other modules.
bunnei
1
-10
/
+10
2014-06-24
MemMap: Added a WriteBlock function to write a buffer of data to memory.
bunnei
1
-0
/
+12
2014-05-29
hle: cleaned up log messages
bunnei
1
-3
/
+2
2014-05-15
added memory mapped region for system mem - sdk demos load a segment here on ...
bunnei
1
-1
/
+13
2014-05-07
- removed HLE mem "hack" and replaced with kernel mem region
bunnei
1
-11
/
+11
2014-05-06
added mem_map read for config_mem
bunnei
1
-7
/
+12
2014-04-30
added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded)
bunnei
1
-1
/
+13
2014-04-30
reorganized memory regions enum, added regions for ExeFS code
bunnei
1
-1
/
+1
2014-04-27
added virtual address conversion for firmware FW0B
bunnei
1
-5
/
+9
2014-04-27
added helper functions to mem_map to convert physical addresses to virtual ad...
bunnei
1
-1
/
+1
2014-04-26
- changed HW IO map to use virtual addresses
bunnei
1
-2
/
+10
2014-04-26
added vram to memory_map
bunnei
1
-7
/
+13
2014-04-25
removed some cruft
bunnei
1
-7
/
+1
2014-04-24
- added preliminary support for svc_MapMemoryBlock
bunnei
1
-6
/
+21
2014-04-24
added functions to map Heap and Shared memory space
bunnei
1
-3
/
+51
2014-04-17
added GSP heap memory allocation
bunnei
1
-0
/
+26
2014-04-17
fixed bug in Memory::GetPointer
bunnei
1
-2
/
+2
2014-04-17
added memory read/write to GSP heap
bunnei
1
-3
/
+11
2014-04-17
more various refactors to memory interface
bunnei
1
-23
/
+17
2014-04-17
cleaned up memory interfaces a lot, removed some hackish stuff
bunnei
1
-96
/
+48
2014-04-16
changed unknown memory read/write to report the size
bunnei
1
-2
/
+3
[next]