PDA

View Full Version : A few questions from a noob psp programer?


King_Nebuchadnezzar
01-10-2007, 12:56 PM
I have been programing in C for a few years and have familiarized myself with the PSP tutorials but i have a few questions.

How would one go about taking control of the screen and the sound buffer from a PRX ie. the entire program is in the PRX and is calleed from a group of slave EBOOTS that contain the roms (emulating Popstation for other systems) as this would allow you to do away with the clumsiness of haveing multiple different user interfaces meaning you could converge all th UI's into the XMB
What is the fastest way of messaging between the ME and the Allegrex

I am intending to make set of dynrec emulators constructed in this way with the cpu on one chip and the grahics and sound on the other my GB/GBC, NES andother single CPU systems. Otherwise for systems with 2 CPUs such as the SNES, and the SEGA Megadrive will have each main CPU emulated on a different proccessor with the graphics code running on the slower of the two.