This is a port of CPS2Emu for the Raspberry PI.
You need sdl development packages. For Raspbian:
sudo apt-get install libsdl-dev
Then
make
To cross compile you have to set the environment variables CROSS_COMPILE to the prefix of the toolchain and SYS_ROOT to the root of a Raspbian image. I recommend using this toolchain and to follow this to get a Raspbian image as SYS_ROOT. After that simply run
make
After compiling you'll get two executables: cps2emu and cps2romcnv. The first one is the emulator and the latter is a tool to cache gfx from roms (I don't know what it does in full detail). Create a cps2emu directory with the following structure:
- config/ -- This is the config directory from this repository, copy it.
- roms/ -- This will hold the roms.
- cps2emu
- cps2romcnv
Place the roms zip in the roms/ directory and from the csp2emu directory run
./cps2romcnv <rom>
where is the rom name you want to run (without the extension). This will create the cache file for the rom, which is mandatory. It can take a while to run, so be patient. After that you can run
./cps2emu <rom> #without the extension
And that's it.
Arrows: stick
ASDZCX: buttons
T: insert coin
U: start
L: menu
- The sound is not working
- It doesn't erase the whole screen when going from a menu to the game.