Commit Graph

30 Commits (90aaab1df0fe0a0518200c71df6ebe1bcf8eb783)

Author SHA1 Message Date
bunnei 967e5629de MemMap: Added an error for unaligned 16-bit memory reads. 11 years ago
bunnei da81742439 MemMap: Removed Read64 function.
- Unused code
- Was not correct for unaligned memory reads
11 years ago
bunnei 2b52ec4829 MemMap: Fix Read32 for unaligned memory reads.
MemMap: Cleaned up Read32 unaligned memory access.
11 years ago
bunnei 882dc07929 Memory: Removed deprecated MapBlock_Shared function. 11 years ago
bunnei 3013015a0c mem_map: Updated interface to expose template functions to other modules. 11 years ago
bunnei 6aebd4ac98 MemMap: Added a WriteBlock function to write a buffer of data to memory. 11 years ago
bunnei c404d22036 hle: cleaned up log messages 11 years ago
bunnei 4910b6f336 added memory mapped region for system mem - sdk demos load a segment here on ELF load 11 years ago
bunnei 72622a1b5a - removed HLE mem "hack" and replaced with kernel mem region
- added a helper function for getting command buffer for services
- fixed bug where GSP DMA was incorrectly being done in DataSynchronizationBarrier (instead of gsp_TriggerCmdReqQueue)
11 years ago
bunnei a3a383cb7a added mem_map read for config_mem 11 years ago
bunnei 235dddb3f1 added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded) 11 years ago
bunnei c37390f8e2 reorganized memory regions enum, added regions for ExeFS code 11 years ago
bunnei af921daa4c added virtual address conversion for firmware FW0B 11 years ago
bunnei b2a6ad52f4 added helper functions to mem_map to convert physical addresses to virtual addresses 11 years ago
bunnei f78794961e - changed HW IO map to use virtual addresses
- added hooks to catch LCD IO read/writes
11 years ago
bunnei 86a515e5ac added vram to memory_map 11 years ago
bunnei 2672e7d883 removed some cruft 11 years ago
bunnei 890c7261d2 - added preliminary support for svc_MapMemoryBlock
- added shared memory region
- moarrrr cleanups to memory_map
11 years ago
bunnei b7cd4c9e90 added functions to map Heap and Shared memory space 11 years ago
bunnei b2baafaf8b added GSP heap memory allocation 11 years ago
bunnei 33e7d97d46 fixed bug in Memory::GetPointer 11 years ago
bunnei a9dba388eb added memory read/write to GSP heap 11 years ago
bunnei 09ffe87360 more various refactors to memory interface 11 years ago
bunnei ae99574b6d cleaned up memory interfaces a lot, removed some hackish stuff 11 years ago
bunnei 795d6bf5b7 changed unknown memory read/write to report the size 11 years ago
bunnei 6f6d5158de added OS memory read/write for thread command buffer 11 years ago
bunnei 68e198476f - added HLE to connect to "srv:" service
- added a manager for keeping track of services/ports
- added a memory mapped region for memory accessed by HLE
- added HLE for GetThreadCommandBuffer function
11 years ago
bunnei 5d95bb9843 cleaned up some logging messages 11 years ago
bunnei de0a034a84 fixed project includes to use new directory structure 11 years ago
bunnei 63e46abdb8 got rid of 'src' folders in each sub-project 11 years ago