summaryrefslogtreecommitdiffstats
path: root/src/core/mem_map.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-21License changepurpasmart961-2/+2
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner1-2/+2
2014-12-12MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.bunnei1-8/+8
2014-11-19Add static to some variablesLioncash1-30/+30
2014-09-09core: Prune redundant includesarchshift1-1/+0
2014-08-12Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones.Tony Wasserka1-2/+2
2014-05-16added memory mapped region for system mem - sdk demos load a segment here on ELF loadbunnei1-0/+3
2014-05-08added kernel memory to mem_mapbunnei1-0/+3
2014-05-01added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded)bunnei1-0/+3
2014-04-25- added preliminary support for svc_MapMemoryBlockbunnei1-4/+6
2014-04-25added functions to map Heap and Shared memory spacebunnei1-2/+2
2014-04-18added memory read/write to GSP heapbunnei1-3/+2
2014-04-18more various refactors to memory interfacebunnei1-5/+8
2014-04-18cleaned up memory interfaces a lot, removed some hackish stuffbunnei1-7/+1
2014-04-13- added HLE to connect to "srv:" servicebunnei1-2/+1
2014-04-11cleaned up some logging messagesbunnei1-2/+2
2014-04-09fixed project includes to use new directory structurebunnei1-4/+4
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-09fixed all license file headers in corebunnei1-25/+3
2014-04-02-converted tabs to spacesbunnei1-49/+46
2014-04-01added support for reading/writing to stack membunnei1-14/+20
2014-03-30initialize mem regionsbunnei1-0/+2
2014-03-25added a GetPointer function to Memory for use with ELF loadingbunnei1-1/+1
2013-09-20added mem_map hardware writingShizZy1-23/+2
2013-09-19added hw R/W/ memory functionsShizZy1-1/+1
2013-09-19refactored some mem_map stuffShizZy1-18/+35
2013-09-14renamed project to 'citrus'ShizZy1-1/+1
2013-09-06start of 3DS memory mapShizZy1-0/+52
2013-09-06added core and mem_map files to the projectShizZy1-15/+32
2013-08-30adding initial project layoutShizZy1-0/+35