kidkoala wrote:
it's great with you're explanation to, but after hearing every meaning possible on just the matter you speak of, i'm having problems trusting anyone hehe, any kind of proof, documentation etc.? (i don't suppose you have this, it's just a question). 
Don't wish to offend you in any way, but... It's not like you have a well defined technical reason not to believe me (prove me wrong here, and please do so with real arguments on a technical level). There's a big difference between sayong "no" because you know better, and saying "no" just because you can. In case of the former you shouldn't have a problem presenting your arguments.
Overclocking the FPU is a well known DIY hack, at least on other 68k platforms. Consider the following. The program counter resides in the CPU - not in the FPU. This means that the FPU isn't "pushing" program execution forward - the CPU is. When the CPU reaches a point where it needs data from the FPU and the FPU hasn't finished processing the current FPU instruction
, the CPU will wait. If the FPU is finished, the CPU will continue with the next instruction.
If you really need proof, consult the official docs from Motorola. Or find some tables with cycle times for FPU and CPU instructions. Do the maths.
Note that CPUs with built-in FPUs works a bit differently from the 020/030+68881/2 combo, but it's really not applicable here.
-- Peter