I love Sega Arcade games and kick my joypad with games like Daytona2 or Virtua Striker 2.
With the same way like a debian installation I tried to install the awesome SuperModel emulator in the Raspberry 2. The base image was a RetroPie 2.6, nothing more special added before.
This are the steps (Done under x, but i think that this don't mind...):
sudo apt-get install subversion
mkdir Supermodel
cd Supermodel
svn co https://model3emu.svn.sourceforge.net/s ... 3emu/trunk
cd trunk
ln -s Makefiles/Makefile.SDL.UNIX.GCC Makefile
make
cd bin
mkdir Config NVRAM Saves Roms
cp ../Config/Supermodel.ini Config
.....
Now drop some roms in /home/pi/Supermodel/trunk/bin/Roms/...
Then, when try to run the emu
./Supermodel -no-sound -show-fps ./Roms/daytona2.zip
the desktop shell "cries" that don't find the corret GLX screen, blah, blah,... the typical lib fail in some gfx cards. I tried to fix with that (worked on my Ubuntu 10.04 recently):
sudo apt-get install libgl1-mesa-dri libgl1-mesa-glx
sudo apt-get install libgl1-mesa-swx11
Again
./Supermodel -no-sound -show-fps ./Roms/daytona2.zip



¡¡¡¡It Works!!!! Very slow, at 2fps, 4fps so much. But load the games, maybe with some tweak it could get a better performance. I see that the CPU level is too high, but the system is stable at every moment, i will try will some multi thread option, etc...
¿Could be the RPI2 powerfull enough to make this emu playable?
Enjoy!!!
Bye!
