summaryrefslogtreecommitdiffstats
path: root/src/core/mem_map_funcs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-09core: Prune redundant includesarchshift1-1/+0
2014-08-31Introduce VAddr and PAddr typedefs for ARM addresses.Yuri Kunde Schlesner1-16/+16
2014-08-17Core: Fix undefined behavior in mem_map_funcs' WriteBlock functionLioncash1-4/+8
2014-08-12Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones.Tony Wasserka1-32/+36
2014-08-06MemMap: Fixed typo with GetPointer to VRAM address.bunnei1-1/+1
2014-08-06MemMap: Added an error for unaligned 16-bit memory reads.bunnei1-0/+7
2014-08-06MemMap: Removed Read64 function.bunnei1-6/+0
2014-08-06MemMap: Fix Read32 for unaligned memory reads.bunnei1-12/+23
2014-07-05Memory: Removed deprecated MapBlock_Shared function.bunnei1-22/+0
2014-07-05mem_map: Updated interface to expose template functions to other modules.bunnei1-10/+10
2014-06-25MemMap: Added a WriteBlock function to write a buffer of data to memory.bunnei1-0/+12
2014-05-30hle: cleaned up log messagesbunnei1-3/+2
2014-05-16added memory mapped region for system mem - sdk demos load a segment here on ELF loadbunnei1-1/+13
2014-05-08- removed HLE mem "hack" and replaced with kernel mem regionbunnei1-11/+11
2014-05-07added mem_map read for config_membunnei1-7/+12
2014-05-01added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded)bunnei1-1/+13
2014-05-01reorganized memory regions enum, added regions for ExeFS codebunnei1-1/+1
2014-04-28added virtual address conversion for firmware FW0Bbunnei1-5/+9
2014-04-27added helper functions to mem_map to convert physical addresses to virtual addressesbunnei1-1/+1
2014-04-26- changed HW IO map to use virtual addressesbunnei1-2/+10
2014-04-26added vram to memory_mapbunnei1-7/+13
2014-04-25removed some cruftbunnei1-7/+1
2014-04-25- added preliminary support for svc_MapMemoryBlockbunnei1-6/+21
2014-04-25added functions to map Heap and Shared memory spacebunnei1-3/+51
2014-04-18added GSP heap memory allocationbunnei1-0/+26
2014-04-18fixed bug in Memory::GetPointerbunnei1-2/+2
2014-04-18added memory read/write to GSP heapbunnei1-3/+11
2014-04-18more various refactors to memory interfacebunnei1-23/+17
2014-04-18cleaned up memory interfaces a lot, removed some hackish stuffbunnei1-96/+48
2014-04-17changed unknown memory read/write to report the sizebunnei1-2/+3
2014-04-13added OS memory read/write for thread command bufferbunnei1-5/+5
2014-04-13- added HLE to connect to "srv:" servicebunnei1-2/+16
2014-04-11cleaned up some logging messagesbunnei1-1/+1
2014-04-09fixed project includes to use new directory structurebunnei1-3/+3
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-09fixed all license file headers in corebunnei1-23/+3
2014-04-07added hack physical memory reads with Memory::GetPointerbunnei1-2/+9
2014-04-05added initial support for hw.cpp modulebunnei1-3/+15
2014-04-05added hw module to interface h/w register reads/writesbunnei1-3/+2
2014-04-05renamed some functionsbunnei1-11/+11
2014-04-04added hack to allow physical mem read/writesbunnei1-2/+20
2014-04-04removed some useless log messagesbunnei1-2/+0
2014-04-02-converted tabs to spacesbunnei1-100/+99
2014-04-01added support for reading/writing to stack membunnei1-1/+10
2014-03-25added a GetPointer function to Memory for use with ELF loadingbunnei1-28/+28
2013-09-20added mem_map hardware writingShizZy1-52/+71
2013-09-19added hw R/W/ memory functionsShizZy1-0/+157