nv2a: Change stepping to match retail 1.0 Xbox

This commit is contained in:
wutno 2021-01-19 00:21:05 -05:00 committed by mborgerson
parent c18fa65bbe
commit 9ca79f75d8
1 changed files with 2 additions and 2 deletions

View File

@ -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 */