GP32 Changing the clockspeed.


RobertG

Member
Joined
Apr 15, 2003
Messages
188
What's the correct way of changing the GP32 clockspeed? At the moment to change to 133Mhz I'm using:-

GpClockSpeedChange(132000000, 0x24001, 2); /* speed = 133 Mhz */

(taken from the example "hello world" program that came with the compiler I'm using).



But this doesn't seem to make any difference, so I'm not sure if it's working..

I'm a little unclear on the GP32 documentation, I don't want to break anyones GP32 due to ENGRISH
 
GpClockSpeedChange(132000000, 0x24001, 2);

Is correct.

See my defender example code, if you change it in that the game clearly runs faster/slower.

-Craig

www.gbax.com
 
Back
Top