yuzu-fork/src/core/hw
Tony Wasserka 7b6a7d7dfb Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones.
This cleans up the mess that address reading/writing had become and makes the code a *lot* more sensible.
This adds a physical<->virtual address converter to mem_map.h. For further accuracy, we will want to properly extend this to support a wider range of address regions. For now, this makes simply homebrew applications work in a good manner though.
2014-08-12 13:32:56 +02:00
..
gpu.cpp Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones. 2014-08-12 13:32:56 +02:00
gpu.h Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones. 2014-08-12 13:32:56 +02:00
hw.cpp Rename LCD to GPU. 2014-06-12 06:10:49 -04:00
hw.h Fix a few warnings. 2014-07-23 00:44:31 +02:00
ndma.cpp Rename LCD to GPU. 2014-06-12 06:10:49 -04:00
ndma.h added NDMA hardware interface 2014-04-17 23:43:55 -04:00