This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Emulating PSP CPU overclock?
#18
(02-19-2012, 07:41 AM)hlide Wrote:
(02-18-2012, 08:08 PM)bugmenot Wrote: I see, I suppose there's no tricky timing issue on PSP like PS2 does?

Not by the time I rewrote Allegrex core interpreter. For what I remember, we never deal with machine cycles. I think the timing given in scePower is jsut to return some valid values when a game queries which frequencies are.

And psp unlike ps2 doesn't let you to mess with hardware, so you could say there's no tricky timing issue.
the scePower says that:

// PLL clock:
// Operates at fixed rates of 148MHz, 190MHz, 222MHz, 266MHz, 333MHz.
// Starts at 222MHz.
protected int pllClock = 222;
// CPU clock:
// Operates at variable rates from 1MHz to 333MHz.
// Starts at 222MHz.
// Note: Cannot have a higher frequency than the PLL clock's frequency.
protected int cpuClock = 222;
// BUS clock:
// Operates at variable rates from 37MHz to 166MHz.
// Starts at 111MHz.
// Note: Cannot have a higher frequency than 1/2 of the PLL clock's frequency
// or lower than 1/4 of the PLL clock's frequency.
protected int busClock = 111;
Reply


Messages In This Thread
Emulating PSP CPU overclock? - by bugmenot - 02-12-2012, 04:25 PM
RE: Emulating PSP CPU overclock? - by freefive - 02-18-2012, 01:28 AM
RE: Emulating PSP CPU overclock? - by bugmenot - 02-18-2012, 07:28 AM
RE: Emulating PSP CPU overclock? - by serio - 02-18-2012, 01:40 AM
RE: Emulating PSP CPU overclock? - by freefive - 02-18-2012, 02:54 AM
RE: Emulating PSP CPU overclock? - by freefive - 02-18-2012, 08:16 AM
RE: Emulating PSP CPU overclock? - by bugmenot - 02-18-2012, 09:32 AM
RE: Emulating PSP CPU overclock? - by freefive - 02-18-2012, 11:36 AM
RE: Emulating PSP CPU overclock? - by szerox - 02-18-2012, 11:02 AM
RE: Emulating PSP CPU overclock? - by bugmenot - 02-18-2012, 11:08 AM
RE: Emulating PSP CPU overclock? - by szerox - 02-18-2012, 11:29 AM
RE: Emulating PSP CPU overclock? - by bugmenot - 02-18-2012, 12:33 PM
RE: Emulating PSP CPU overclock? - by freefive - 02-18-2012, 12:36 PM
RE: Emulating PSP CPU overclock? - by hlide - 02-18-2012, 07:42 PM
RE: Emulating PSP CPU overclock? - by bugmenot - 02-18-2012, 08:08 PM
RE: Emulating PSP CPU overclock? - by hlide - 02-19-2012, 07:41 AM
RE: Emulating PSP CPU overclock? - by freefive - 02-19-2012, 11:56 AM
RE: Emulating PSP CPU overclock? - by hlide - 02-20-2012, 08:48 AM
RE: Emulating PSP CPU overclock? - by freefive - 02-20-2012, 10:19 AM
RE: Emulating PSP CPU overclock? - by gid15 - 02-21-2012, 09:40 AM
RE: Emulating PSP CPU overclock? - by freefive - 02-21-2012, 11:55 AM
RE: Emulating PSP CPU overclock? - by bugmenot - 02-19-2012, 11:09 AM
RE: Emulating PSP CPU overclock? - by gid15 - 02-21-2012, 12:19 PM
RE: Emulating PSP CPU overclock? - by bugmenot - 02-21-2012, 02:18 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)