index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
mem_map.cpp
Age
Commit message (
Expand
)
Author
2015-07-11
Core: Properly configure address space when loading a binary
Yuri Kunde Schlesner
2015-06-28
Core: Cleanup core includes.
Emmanuel Gil Peyrot
2015-05-27
Memmap: Remove unused global pointers to memory areas
Yuri Kunde Schlesner
2015-05-27
Kernel: Add VMManager to manage process address spaces
Yuri Kunde Schlesner
2015-05-15
Memory: Use a table based lookup scheme to read from memory regions
Yuri Kunde Schlesner
2015-05-15
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-09
Memory: Sort memory region variables by VAddr
Yuri Kunde Schlesner
2015-05-09
Memory: Re-organize and rename memory area address constants
Yuri Kunde Schlesner
2015-05-07
Common: Remove mem_arena.cpp/h
Yuri Kunde Schlesner
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-01
Memory: Properly cleanup & shutdown.
bunnei
2014-12-29
MemMap: Add support for DSP Read & Writes in the memory map
purpasmart96
2014-12-20
License change
purpasmart96
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-12
MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.
bunnei
2014-11-18
Add static to some variables
Lioncash
2014-09-08
core: Prune redundant includes
archshift
2014-08-12
Pica/GPU: Change hardware registers to use physical addresses rather than vir...
Tony Wasserka
2014-05-15
added memory mapped region for system mem - sdk demos load a segment here on ...
bunnei
2014-05-07
added kernel memory to mem_map
bunnei
2014-04-30
added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded)
bunnei
2014-04-24
- added preliminary support for svc_MapMemoryBlock
bunnei
2014-04-24
added functions to map Heap and Shared memory space
bunnei
2014-04-17
added memory read/write to GSP heap
bunnei
2014-04-17
more various refactors to memory interface
bunnei
2014-04-17
cleaned up memory interfaces a lot, removed some hackish stuff
bunnei
2014-04-12
- added HLE to connect to "srv:" service
bunnei
2014-04-10
cleaned up some logging messages
bunnei
2014-04-08
fixed project includes to use new directory structure
bunnei
2014-04-08
got rid of 'src' folders in each sub-project
bunnei