This version is mostly compatible with the guide from prime17569 https://www.cemetech.net/forum/viewtopic.php?t=20095
Version 2.0 brings a few things including:
fontlibczx0andzx7decompression routines (based off the eZ80 assembly implementations)- better emulation of TiOS
- fixed behavior of RAM_ADDRESS(0) and etc
- some fixes to keyboard inputs
- Slightly different folder structure
Version 2.1:
- Mostly fixes to graphx/graphy
- Added
PortCE_get_appvar_path. This allows one to dofopen(PortCE_get_appvar_path("MYAPPVAR"), "r")(although you may need to manually skip some header bytes to read the appvar).
Version 2.2:
- Implemented
fontlib_GetFontByIndexandfontlib_GetFontByStyleby @Sightem - Fixed issues in older C/C++ standards
Lots of files were switched from C to C++ to make things easier to maintain. GraphX and GraphY may have some new bugs introduced as a result, so please let me know of any issues and feel free to make contributions.