2013-12-24, 21:11
Great to hear from you garbear!
(2014-01-02, 15:42)twelvebore Wrote: retroplayer has been the cause of some serious WEF (Wife Excitement Factor) recently in my household.
I'd been trying to figure out how to explain to her that I wanted to set up MAME on my HTPC, but hadn't broken the news. Then one night, bored, she said could be get the old NES from the loft and plug it into the TV so she could play Mario World 2? Ka-ching!! I've had the NES emulator running on the recent OE 3.2.0+retro build, she spent the evening playing and thoroughly approves. She kept losing at Mario World, but I don't think that that was a software problem
(2014-01-04, 07:34)darthbollocks Wrote: my current setup is OpenELEC 3.2.4 installed with /storage on a separte usb ext4 partition.
I've had prior success running emulation station and raspbmc, but the openelec system just seems so much more responsive on the pi.
I'm currently crosscompiling this build for the Raspberry Pi, since no precompiled builds seem to exist.
do I need to compile the emulator cores separately to get things fully functional?
Update
after a few minor adjustments, I was able to compile the image.
using the method posted under " Setup an emulator in Raspbmc (NES in this example) " , I successfully swapped the emulator cores for a few emulator addons and launched a few roms.
here is the build if anyone wants to give it a try.
Download OpenELEC_RetroPlayer-RPi.arm-3.2.0.tar.bz2
(2013-11-28, 00:29)brucem Wrote: Bit more info on the amd driver build problem: the amd website detects if you are clicking through to the download from one of their referring pages: if not, it issues a 302 temporarily moved http response, so the download fails....
cd OpenELEC.tv/sources/xf86-video-fglrx
wget --referer=http://support.amd.com/en-us/download/desktop?os=Linux+x86 `cat amd-driver-installer-catalyst-13-6-beta-x86.x86_64.zip.url`
cd sources/xf86-video-fglrx-legacy/
wget --referer=http://support.amd.com/en-us/download/desktop?os=Linux+x86 `cat amd-driver-installer-12.6-legacy-x86.x86_64.zip.url`
(2014-01-15, 01:08)d3mncln3r Wrote:(2014-01-04, 07:34)darthbollocks Wrote: my current setup is OpenELEC 3.2.4 installed with /storage on a separte usb ext4 partition.
I've had prior success running emulation station and raspbmc, but the openelec system just seems so much more responsive on the pi.
I'm currently crosscompiling this build for the Raspberry Pi, since no precompiled builds seem to exist.
do I need to compile the emulator cores separately to get things fully functional?
Update
after a few minor adjustments, I was able to compile the image.
using the method posted under " Setup an emulator in Raspbmc (NES in this example) " , I successfully swapped the emulator cores for a few emulator addons and launched a few roms.
here is the build if anyone wants to give it a try.
Download OpenELEC_RetroPlayer-RPi.arm-3.2.0.tar.bz2
Hey, thanks for compiling this. How is it working for you so far? I tried to dl your link, but for some reason I can't get it working. Is it me, or is the link broken?