PPU Analyser: TOC detection

Improved TOC detection logic
Added "PPU Debug" option
This commit is contained in:
Nekotekina 2017-04-08 23:58:00 +03:00
parent fb9b09d004
commit dc3d38c255
4 changed files with 171 additions and 38 deletions

View file

@ -346,6 +346,7 @@ static void ppu_initialize_modules()
// Register the HLE function directly
ppu_register_function_at(addr + 0, 4, hle_funcs[index]);
ppu_register_function_at(addr + 4, 4, nullptr);
}
// Set memory protection to read-only