Next Generation Emulation banner

If a New PSP Emulator Will ever be made , what do you think of the Req?

4918 Views 15 Replies 13 Participants Last post by  BlackDaemon
If a New PSP Emulator Will ever be made , what do you think of the Requirements to Run it at Minimum and what are the Requirements that leads Maximum Speed do you think?
1 - 16 of 16 Posts
way too high, considering the requirements of nintendo ds emulators... hey i got an idea make the emu then tell us because we cant tell you the requirements because its only a guess
I guess requirements will be high, because emulation is a very complex thing and it's not easy to optimize it for slower PC's. Even No$gba runs only at 60% for me.
Apply the usual 10x-20x rule for a console that has, to say the least, two 333Mhz cores (the Allegrex and the ME). Then start adding for the GPU and else, and you've your answer.
Apply the usual 10x-20x rule for a console that has, to say the least, two 333Mhz cores (the Allegrex and the ME). Then start adding for the GPU and else, and you've your answer.
I don't like those multiplier "rules" that people often mention, and I think that you don't actually agree with them yourself but are using them as a simplification for people who won't understand more technical explanations. But I think they've caused a lot of bad information and confusion in scenes.. usually people will pick whatever number justifies the context, so you might see 5x or 7x or 10x or 30x or whatever. Of course you already know everything I'm going to say so I'll say this for the benefit of other readers. Also, I've made posts like this before so if it starts to sound familiar you can just skip past it.

The problems with the rules are that for one thing, you can't just attribute a number to how "powerful" a platform is. People often come up with something based on clock speed of the main CPU, and as everyone knows different CPUs are capable of doing different amounts of "work" per cycle. More importantly, a platform will often have components that do more "work" than the CPU does. These are often ignored entirely, or at least not really well understood.

Another problem is that it doesn't address how good of a fit the "hard working" parts of the platform are for being emulated on another platform. Sometimes you can have a really intensive hardware operation that can be emulated really well because what you're emulating it on has equivalent hardware function. Other times things that are relatively simple in their original hardware implementation end up costing a ton of time to emulate because the CPU emulating it is not good at dealing with it. Take for example emulating floating point. If the platform you're emulating has fully IEEE754 compliant floating point and you're emulating it on a platform that also has fully IEEE754 compliant floating point, and there are otherwise no deviations, then you can emulate it really well. If, on the other hand, floating point implementations are incompatible (or the thing you're emulating on doesn't have floating point) then it's a totally different story, and now the operations take several times longer.

Finally, it depends on how the games are writte and what the goals of the emulator are. If the games require really tight timing then it could require a really slow emulator that's constantly switching between components it's currently emulating. Maybe only a small percentage of games need this, then it depends on how much performance the emulator author wants to sacrifice for compatibility. A lot of emulator authors shoot for high accuracy regardless of what games do, some just want to get the most popular games working well and will employ hacks to help them run better or faster.

In the case of PSP, there's a lot of potential for high level emulation. hlide, someone who knows more about PSP emulation than most others because he has worked on it extensively now, believes that PSP emulation may be meaningfully realistic on platforms that are much less powerful than current high end PCs. Even though PSP has a lot of hardware, a good deal of it isn't directly accessible to games - really only the CPU (and FPU/VFPU) and GU. The graphics map decently to high level 3D operations that a 3D card can. A lot of games won't be pushing the CPU anywhere near its limits and because of the abstracted nature of the platform will probably be yielding to the OS when they don't need CPU time. Especially when considering that many games aren't even clocking the CPU at 333MHz you'll see that many things won't really require heavy CPU emulation. Also, the abstracted nature of the device means that less overhead has to go into emulating the CPU because the memory accesses it can make are simpler and you don't have to count cycles.
See less See more
does it play most of the games?

men that emu sucks
does it play most of the games?

or go to the link I posted >.>
men that emu sucks
nope, it's very promising.
See less See more
Apply the usual 10x-20x rule for a console that has, to say the least, two 333Mhz cores (the Allegrex and the ME). Then start adding for the GPU and else, and you've your answer.
+
don't actually agree with them yourself but are using them as a simplification for people who won't understand more technical explanations
The most correct answer for "Requirement Issues"
:p
does it play most of the games?

men that emu sucks
Men that comment sucks.

How do you think emulators got to the point where they are now? It's a development process, not a case of writing some code and releasing a fully functional program on day one. The reason why they release early and not fully functional versions is for people to enjoy and test them, not to complain about things missing or not being functional yet, as that's rather obvious.

I'd also like to point you to the fact that your signature contains quite the misinformation. While the first sentence of your disclaimer is correct, the 24 hour rule is simply a hoax made up by sites to cover their buttocks. I can't speak for your country, but in almost any western country, including the one of the owners of these forums, it is illegal to download any sort of ROM unless from a legal source authorized by Nintendo itself. Regardless if you already own the cartridge.
Asking what the system requirements of software that hasn't yet been written is like asking someone to tell your fortune.

The cool thing about writing code is that there a many ways to do the same thing. That is why you see more than one emulator for a single platform. Some people may prefer a plugin-based emulator, while others just want the emulator to work and opt for a more comprehensive emulator without as many customization options (like ePSXe and pSX).
How do you think emulators got to the point where they are now? It's a development process, not a case of writing some code and releasing a fully functional program on day one. The reason why they release early and not fully functional versions is for people to enjoy and test them, not to complain about things missing or not being functional yet, as that's rather obvious.
you got to remember that some people believe all emulators newly released should run good and run many games, like it was with bleem and visual boy advance... what dont they realise the newer systems are much more complex to create an emu based on them and the emus arent commercial products so expect beta/wip releases
what is this madness? why is there a working PSP emulator thats being done in JAVA??
Seems you've been away for some time.

Java is like the new playground. :p
1 - 16 of 16 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top