Android port of KEGS Apple IIgs Emulator
Go to file
2012-08-06 17:04:38 -07:00
jni Cleanup bad copy/paste. 2012-08-06 17:00:27 -07:00
res/layout Initial Android application. 2012-08-06 17:04:38 -07:00
src/com/froop/app/kegs Initial Android application. 2012-08-06 17:04:38 -07:00
AndroidManifest.xml Initial Android application. 2012-08-06 17:04:38 -07:00
README.md Initial Android application. 2012-08-06 17:04:38 -07:00

Port of Kent Dickey's KEGS Apple IIgs Emulator to Android.

Work in progress! Currently optimized for tablet. Screen may be cropped on phones.

Config file and disk images in /mnt/sdcard/KEGS/ To attach disk images, use the F4 button to enter KEGS configuration.

The touch screen acts as a big trackpad for the mouse. To click and drag, for example to pull down GS/OS menus, you need to Long Press first)

What's not ready yet:

  • No audio.
  • No joystick.
  • Screen scaling to fit your device.
  • Native UI configuration options.

Source code: https://github.com/jamessanford/kegs/

To build from source: android update project -p . -s (cd jni && ndk-build) ant debug install