[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GSport-ers on Pi?
- Subject: Re: GSport-ers on Pi?
- From: David Schmenk <dschmenk@gmail.com>
- Date: Mon, 22 Apr 2013 08:15:47 -0700 (PDT)
- Complaints-to: groups-abuse@google.com
- In-reply-to: <kl3j9p$104$1@dont-email.me>
- Injection-date: Mon, 22 Apr 2013 15:15:47 +0000
- Injection-info: glegroupsg2000goo.googlegroups.com; posting-host=71.83.118.46; posting-account=BEcBJwoAAADnWuRoZDUhMSNKNGG-dTV7
- Newsgroups: comp.sys.apple2
- References: <kl3hb7$gl1$1@dont-email.me> <kl3j9p$104$1@dont-email.me>
- User-agent: G2/1.0
On Monday, 22 April 2013 08:03:11 UTC-7, schmidtd wrote:
> On 4/22/2013 10:29 AM, David Schmidt wrote:
>
> > For anyone who has done porting work to get GSport (or kegs) working on
>
> > the Raspberry Pi - is there anything that would be beneficial if we
>
> > added it to the repository? Like a new 'vars-pi' file or so? Any
>
> > compiler tweaks necessary?
>
> >
>
> > I'd like to warm up a new release here sometime in the next [mumble unit
>
> > of time measurement] and would like to include anything that would help
>
> > Pi users. Maybe we can include an official build as part of the
>
> > distribution if someone wants to volunteer that... let me know!
>
> >
>
> > http://sourceforge.net/projects/gsport/
>
>
>
> I should add that a section for Raspberry Pi has been added to the
>
> 'developing' page with polymorph's advice so far:
>
> http://sourceforge.net/projects/gsport/developing.html
Not a simple change, but how about a SDL driver? X11 on pi is painful and sucks some of the performance from gsport. I compiled KEGS-SDL on the pi and got it running with the exception of getting a disk image loaded. It gets a little performance boost from running with SDL and full-screen mode is much better as it isn't trying to scale a 640x200 window to 1280x1080 in software.
Also, in your spare time, the 65816 emulation should be rewritten in ARM assembly. That would be sweet!
Dave...