Hello,
nouvelle release de RAsPiCade dispo : rAsPiCade-samba-gamepads-keyboard-pikeyd_ready-B+GPIOready-ES-20140827.img.gz
- rAsPiCade-samba-gamepads-keyboard-pikeyd_ready-B+GPIOready-ES-20140827.img.gz : Big update of the project. By default pimenu is replaced by the amazing EmulatioStation program in its stable release (
https://github.com/Aloshi/EmulationStation) used in retropie. It allows an unified way to select roms. Pimenu is still present but not run by default. Edit /home/pi/.profile to activate it instead of emulation station :
~~~~~~
echo && echo "Starting PIMENU" && echo
/home/pi/pimenu/pimenu
#echo && echo "Starting EmulationStation" && echo
#/home/pi/EmulationStation/emulationstation --gamelist-only
~~~~~~
Dgen and picodrive genesis emulator have been added to RAsPiCade. Only Dgen is activated by default. To activate Picodrive, please edit .emulationstation/es_systems.cfg and uncomment :
~~~~~~
NAME=felix
DESCNAME=Fix It Felix
PATH=/home/pi/PicoDrive/romfelix
EXTENSION=.zip .ZIP .smd .bin
COMMAND=/home/pi/PicoDrive/PicoDriveOneRom %ROM%
#COMMAND=/home/pi/PicoDrive/PicoDrive %ROM%
PLATFORMID=36
~~~~~~
WARNING : Snes9x, Pifba, Mame4all and gngeo are still present but won't be showed in the EmulatioStation interface until roms will be present in their respective roms directory.
All emulators support the Xin-Mo module. Picodrive notaz's sources have been patched to enabled native xinmo support with picodrive and hide menu (for use with EmulationStation). See
https://github.com/ian57/RAsPiCade-pisnes-xinmo.
Pifba and Pisnes can be switched to standard (gamepads) and xinmo version with a variable in the config file :
- pifba : see
https://github.com/ian57/RAsPiCade-pibfa-xinmo/commit/c0d9091fee5982fba00212fec17997e8d40e0905 - pisnes : see
https://github.com/ian57/RAsPiCade-pisnes-xinmo/commit/e652aee7f11e9d794e19166da5250302b41369f8 More information will be provided in the next release of the documentation.