kegs-android/README.md

26 lines
698 B
Markdown
Raw Normal View History

2012-08-07 00:04:38 +00: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,
2012-08-07 00:28:42 +00:00
for example to pull down GS/OS menus, you need to Long Press first.
2012-08-07 00:04:38 +00:00
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:
2012-08-07 00:28:42 +00:00
<pre>
2012-08-07 00:04:38 +00:00
android update project -p . -s
(cd jni && ndk-build)
ant debug install
2012-08-07 00:28:42 +00:00
</pre>