emu48android-linux/ReadMe.txt

68 lines
2.9 KiB
Text
Raw Normal View History

ABOUT
This project ports the Windows application Emu48 written in C to Android.
2018-12-21 21:38:40 +00:00
It uses the Android NDK. The former Emu48 source code remains untouch because of a thin win32 emulation layer above Linux/NDK!
2018-12-11 22:41:34 +00:00
This win32 layer will allow to easily update from the original Emu48 source code.
2018-12-12 20:25:24 +00:00
It can open or save the exact same state files (state.e48/e49) than the original Windows application!
2019-02-01 19:42:16 +00:00
NOT WORKING YET
- Macro
- Infrared Printer
- Serial Ports (Wire or Ir)
2019-01-07 22:39:15 +00:00
- Disassembler
- Debugger
TODO
2019-02-01 19:42:16 +00:00
- Allow to load external KML/BMP/ROM files
- Improve the access to the menu
2019-01-15 21:37:02 +00:00
- Change the logo following the template
2019-02-01 19:42:16 +00:00
- Improve loading errors (and see the errors in a log)
2019-01-01 23:08:17 +00:00
- Open Emu48 with a state file shared with it (Can not work)
DONE
- Bug Red and Blue seems inverted.
- Multitouch
2018-12-12 20:25:24 +00:00
- Choose KML/Change KML/NewDocument
2018-12-14 22:32:00 +00:00
- Load/Save object
2018-12-17 22:45:03 +00:00
- Permission issues when reopening document after an OS restart
2018-12-19 23:12:25 +00:00
- Android UI Settings
2018-12-18 19:29:06 +00:00
- Change settings per settings
2018-12-19 21:34:51 +00:00
- Add icons
- Autosave
2018-12-19 23:12:25 +00:00
- Add help and about
- Change KML
2018-12-20 22:31:23 +00:00
- Bug Re open file not working when permanent link
- Put the KML title in the header of the menu in the drawer
2018-12-21 21:38:40 +00:00
- Fix Reset calculator
2018-12-25 22:56:44 +00:00
- Support clipboard
- Support screen copy
2018-12-29 22:49:28 +00:00
- Add HP48SX icon
2019-01-01 23:08:17 +00:00
- Settings show KML log should be true by default.
2019-01-02 21:04:53 +00:00
- Sound
- Bug: No refresh with the clock (Fix timers)
2019-01-07 22:39:15 +00:00
- Support 8bits images
2019-01-10 22:53:11 +00:00
- Add recent files
- Bug: Port2 not saved
2019-01-15 21:37:02 +00:00
- Fix Process not closed when leaving
- Bug: Port1 is not enable from the state.e48 file!
- Bug no preference event sometimes!
- Bug with android back button acts as the hp48 back button!
- Add new KMLs and ROMs.
- If KML not found in OpenDocument, allow to choose a new one
2019-01-17 19:18:54 +00:00
- Allow to fill the screen
- Option to allow rotation
- Find a new open source package name (org.emulator.forty.eight)
2019-01-30 22:10:01 +00:00
- Improve button support with HDC operations
2019-02-01 19:42:16 +00:00
LICENSE
Android version by Régis COSNIER.
This program is based on Emu48 for Windows version, copyrighted by Christoph Gießelink & Sébastien Carlier, with the addition of a win32 layer to run on Android.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Note: some included files are not covered by the GPL; these include ROM image files (copyrighted by HP), KML files and faceplate images (copyrighted by their authors).