43 lines
1.3 KiB
Text
43 lines
1.3 KiB
Text
ABOUT
|
|
This project ports the Windows application Emu48 written in C to Android.
|
|
It uses the Android NDK. The former Emu48 source code remains untouch because of a thin win32 emulation layer above Linux/NDK!
|
|
This win32 layer will allow to easily update from the original Emu48 source code.
|
|
It can open or save the exact same state files (state.e48/e49) than the original Windows application!
|
|
|
|
NOT WORKING
|
|
- Sound
|
|
- Disassembler
|
|
- Debugger
|
|
- Macro
|
|
- Infrared Printer
|
|
- Serial Ports (Wire or Ir)
|
|
|
|
TODO
|
|
- Bug: Port1 is not enable from the state.e48 file!
|
|
- Settings show KML log should be true by default.
|
|
- Open Emu48 with a state file shared with it (Can not work)
|
|
- Support 8bits images
|
|
- Bug: No refresh with the clock
|
|
- Option to allow rotation
|
|
- Option to auto hide the menu
|
|
- Bitmap corruption when touching the buttons
|
|
- Sound
|
|
|
|
DONE
|
|
- Bug Red and Blue seems inverted.
|
|
- Multitouch
|
|
- Choose KML/Change KML/NewDocument
|
|
- Load/Save object
|
|
- Permission issues when reopening document after an OS restart
|
|
- Android UI Settings
|
|
- Change settings per settings
|
|
- Add icons
|
|
- Autosave
|
|
- Add help and about
|
|
- Change KML
|
|
- Bug Re open file not working when permanent link
|
|
- Put the KML title in the header of the menu in the drawer
|
|
- Fix Reset calculator
|
|
- Support clipboard
|
|
- Support screen copy
|
|
- Add HP48SX icon
|