pureikyubu
pureikyubu copied to clipboard
Nintendo GameCube Emulator (WIP)
After adding MMU emulation and cache, some strange bugs appeared. It is necessary to localize and eliminate them. - [x] MMU ARAM mapping fails at random address - [x] Bust-a-Move...
Debugging commands for GX (see the status of the Flipper GPU, diagnostics of shaders, texture cache, statistics, screenshots)
Add events into the GameCube audio system (AR, AI, DSP) to understand what’s going on there .. Now I am in a state where a critical mass of code is...
Need to check the emulation of all instructions, including flags settings. There are suspicions that there is a jamb somewhere.
Run the 2004 GC-Linux builds and see what happens.
Try building DolwinPlayground on a Mac. The problem is complicated by the fact that the guys at Microsoft have not yet added WSA (Windows Subsystem Apple), and I don't have...
Try Volatility (https://github.com/volatilityfoundation/volatility) Add support for the Dolphin OS address space and its types. Place everything in RnD folder.