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?
#19
(02-19-2012, 11:56 AM)freefive Wrote: 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;

Well the references of "cpuClock" only occur in scePower.java. Which means they are just dummy values used to make some firmware functions return them happily when they ask for their values.

JPCSP is running the game the fastest it can regardless those values.

Again, there may be several factors where it is not perfect :
- VFPU is only interpreted AFAIK (suboptimal whatever you attempt).
- the synchronization between threads might lead to a poor parallelization of tasks (i had this vague feeling when reading how GE thread and CPU thread interact).
- Again, Java as fast as C is a myth. Those people who claimed Java is as fast as C are cheaters : they compared with a C binary compiled with no aggressive optimization, that is, a code even not intended for a release but usually for debug.

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)