[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GSport-ers on Pi?



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...