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:
Shawn Hoffman
2009-12-16 08:59:18 +00:00
parent 5a417fe76c
commit f2c060d8cb
6 changed files with 44 additions and 11 deletions

View File

@ -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";