Android port of KEGS Apple IIgs Emulator
Go to file
2012-08-09 18:38:41 -07:00
jni First pass at OpenSLES audio driver. 2012-08-09 18:38:41 -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 First pass at OpenSLES audio driver. 2012-08-09 18:38:41 -07:00
project.properties Add project.properties so 'android update project' works. 2012-08-06 17:10:11 -07:00
README.md Fix formatting. 2012-08-06 17:28:42 -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