CPU clock tables


Sonic-NKT

Well-Known Member
Joined
Apr 15, 2003
Messages
1,890
Hi,
has someone got the mhz table for 150 Mhz and 144 like they were used in GPdoom 9 F or castaway. Please post them we need them for the Overclock Tool...
these are the for norma 132, 156, 166 but not 150 and 144
switch (nClockSpeed)
{
case CLOCK40:
// 40, 3
GpClockSpeedChange (40000000, 0x48013, 1);
break;
case CLOCK66:
// 67.8, 3
GpClockSpeedChange(67800000, 0x69032, 3);
break;
case CLOCK133:
// 133, 3
GpClockSpeedChange(132000000, 0x3a011, 3);
break;
case CLOCK156:
GpClockSpeedChange (156000000, 0x2c001, 3);
break;
case CLOCK166:
GpClockSpeedChange (165000000, 0x2f001, 3);
break;
}
}

PLEASE POST THEM!!!
THANKS
 
Back
Top