mirror of https://github.com/xemu-project/xemu.git
nv2a: Change stepping to match retail 1.0 Xbox
This commit is contained in:
parent
c18fa65bbe
commit
9ca79f75d8
|
@ -30,9 +30,9 @@ uint64_t pmc_read(void *opaque, hwaddr addr, unsigned int size)
|
|||
switch (addr) {
|
||||
case NV_PMC_BOOT_0:
|
||||
/* chipset and stepping:
|
||||
* NV2A, A02, Rev 0 */
|
||||
* NV2A, A03, Rev 0 */
|
||||
|
||||
r = 0x02A000A2;
|
||||
r = 0x02A000A3;
|
||||
break;
|
||||
case NV_PMC_INTR_0:
|
||||
/* Shows which functional units have pending IRQ */
|
||||
|
|
Loading…
Reference in New Issue