[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GSport now running on Raspberry Pi
- Subject: GSport now running on Raspberry Pi
- From: Polymorph <mike.a.stephens@gmail.com>
- Date: Fri, 15 Feb 2013 05:23:24 -0800 (PST)
- Complaints-to: groups-abuse@google.com
- Injection-date: Fri, 15 Feb 2013 13:23:24 +0000
- Injection-info: glegroupsg2000goo.googlegroups.com; posting-host=125.254.78.19; posting-account=qIru1woAAADyrRDY5lcZvu3e6Ewu4WLS
- Newsgroups: comp.sys.apple2
- User-agent: G2/1.0
Hi All,
Just thought I'd drop a quick note to say that I have managed to get GSport running on the Raspberry Pi (I don't think anyone has done this yet?).
It was quite simple really, and only required 2 things running the recommended Raspbian "wheezy" distro (although mine is not the latest build):
1) update the "vars_x86Linux" file and change the line:
CCOPTS = -O2 -Wall -fomit-frame-pointer -march=pentium
to:
CCOPTS = -O2 -Wall -fomit-frame-pointer -march=armv6
2) install the xfonts-base package (I had to debug the executable to find that the absence of the 8x13 font was responsible for crashing the program during initialisation)
I've successfully tested it running a few disk images. It's running at ~20MHz, which is very usable. It may run faster on the latest Raspbian distro which has more optimisations (I'll have to try that soon).
One major drawback: I haven't got sound working yet though :-(
I'll post back after I've done some more testing, and hopefully can figure out the deal with sound.
But it's a very promising start. :-)
Cheers,
Mike