mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Implement some previously unknown gekko/flipper cpuid-type regs
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4698 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
3
Externals/Bochs_disasm/PowerPCDisasm.cpp
vendored
3
Externals/Bochs_disasm/PowerPCDisasm.cpp
vendored
@ -221,6 +221,9 @@ typedef unsigned int ppc_word;
|
||||
case 921: return "WPAR";
|
||||
case 922: return "DMA_U";
|
||||
case 923: return "DMA_L";
|
||||
case 924: return "ECID_U";
|
||||
case 925: return "ECID_M";
|
||||
case 926: return "ECID_L";
|
||||
case 936: return "UMMCR0";
|
||||
case 937: return "UPMC1";
|
||||
case 938: return "UPMC2";
|
||||
|
Reference in New Issue
Block a user