Forum Replies Created
-
AuthorPosts
-
romainpParticipant
Hi,
I have reinstalled from scratch (clean retropie 3.3 with wheezye), same usb devices connected, overclocked to rpi2, update to the latest components using the retropie setup script and no freeze so far…romainpParticipantThanks, I will and let you know about the results :)
romainpParticipantHi,
Yes using the standard overclocking preset in the retropie setup config. Note that the same overclocking does not freeze the box on the Wheezye version.Thanks
romainpParticipantThank you so much for all the info! :)
romainpParticipantHi,
Just to let all users know that in fact the joystick mapping configuration tool is available using the TAB key after you launch a game in mameadv :)There are other options available there.
Have fun!
romainpParticipantHi,
I have tested to use the experimental openmsx package but the compilation fail. So here is some steps to do this by hand:Download openmsx http://downloads.sourceforge.net/openmsx/openmsx-0.11.0.tar.gz (source code)
scp the file in pi@retropie:/home/pi/RetroPie-Setup/tmp/buildcd /home/pi/RetroPie-Setup/tmp/build
sudo tar -xzvf /home/pi/openmsx-0.11.0.tar.gz
cd openmsx-0.11.0__swapdir=/tmp
swapfile=”$__swapdir/swap”
memory=$(free -t -m | awk ‘/^Total:/{print $2}’)
needed=512
size=$((memory – needed))
mkdir -p “$__swapdir/”
fallocate -l ${size}M “$swapfile”
sudo mkswap “$swapfile”
md_inst=/opt/retropie/emulators/openmsx/sed -i “s|INSTALL_BASE:=/opt/openMSX|INSTALL_BASE:=$md_inst|” build/custom.mk
sed -i “s|SYMLINK_FOR_BINARY:=true|SYMLINK_FOR_BINARY:=false|” build/custom.mk
make
sudo make installwget “http://downloads.petrockblock.com/retropiearchives/openmsxroms.zip”
mkdir -p “$md_inst/share/systemroms/”
sudo unzip openmsxroms.zip -d “$md_inst/share/systemroms/”sudo swapoff “$swapfile” 2>/dev/null
sudo rm -f “$swapfile”vi /opt/retropie/configs/msx/emulators.cfg
* Add the line: openmsx=”/opt/retropie/emulators/openmsx/bin/openmsx -cart %ROM%”
* Modify: default=”openmsx”This works. Now I am a little stuck with the configuration of openmsx for using different roms and use disks. I try to use the inside shell but I still have to understand how it works…
romainpParticipantHi,
I use the latest retropie 3 image and bluemsx and my keyboard is not working at all…romainpParticipantThanks!
I will play with this since all this retropie great project is pretty new for me :). If I found something with the advmame and the config, I will post it hereromainpParticipantHi,
Well in fact I have tried it first time but when I launch the game (Street fighter 2 turbo) it says that the game is not supported…that’s why I have tested the other one :)romainpParticipantHi,
I have read somewhere (can’t find it..) that the final/next rc of retropie will have bluemsx. I’ll love to test it but I am not sure what I need to compile it and use it inside emulation station.. I will check that :) -
AuthorPosts