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

Re: AppleWin or Kegs port for and Android tablet?



On Thursday, October 25, 2012 6:28:50 PM UTC-7, pitz wrote:
> On Thursday, October 25, 2012 5:43:35 PM UTC-7, James Sanford wrote:
> 
> > On Wednesday, October 17, 2012 12:42:59 PM UTC-7, Sam Latella wrote:
> 
> > 
> 
> > > Would be really neat if someone was able to port AppleWin or Kegs emulator
> 
> > 
> 
> > > to an Android tablet.
> 
> > 
> 
> > 
> 
> > 
> 
> > There's now a version of KEGS for Android at https://play.google.com/store/apps/details?id=com.froop.app.kegs
> 
> > 
> 
> > 
> 
> > 
> 
> > This first version is light on features, but you can pretty easily add more disk images by editing /Android/data/com.froop.app.kegs/files/default on the sdcard.  (Edit 'default', not 'config.kegs')
> 
> > 
> 
> > 
> 
> > 
> 
> > If it doesn't work right on your device, please let me know.
> 
> > 
> 
> > 
> 
> > 
> 
> > James
> 
> 
> 
> Awesomeness!  Can't wait to try this out.  You had the guts and skills (and time) to pull this through, while the idea laid idle in a lot of folks' TODO list (including mine).
> 
> 
> 
> Thank you for doing this.  The mere fact of being rewritten in Java should now make it easier to read the code, fix bugs, and port to other non-C platforms.  Unless, of course, you introduced bugs during the port ;-)
> 
> 
> 
> /pitz

DOH! I may have spoken too soon.  The emulator engine is still native code (compiled C code) invoked through JNI.