nv2a: Set frequency to 233MHz

This commit is contained in:
wutno 2021-10-05 20:36:23 -04:00 committed by mborgerson
parent 41ef1ca5e5
commit 8f529d0d9c
1 changed files with 2 additions and 2 deletions
hw/xbox/nv2a

View File

@ -309,8 +309,8 @@ static void nv2a_reset(NV2AState *d)
memset(d->pgraph.regs, 0, sizeof(d->pgraph.regs));
d->pcrtc.start = 0;
d->pramdac.core_clock_coeff = 0x00011c01; /* 189MHz...? */
d->pramdac.core_clock_freq = 189000000;
d->pramdac.core_clock_coeff = 0x00011C01; /* 189MHz...? */
d->pramdac.core_clock_freq = 233333324;
d->pramdac.memory_clock_coeff = 0;
d->pramdac.video_clock_coeff = 0x0003C20D; /* 25182Khz...? */