mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 01:59:02 +00: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:
parent
5a417fe76c
commit
f2c060d8cb
6 changed files with 44 additions and 11 deletions
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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue