Skip to content

Version 2.2

Latest

Choose a tag to compare

@ZERICO2005 ZERICO2005 released this 15 Jan 21:48
· 49 commits to master since this release

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:

  • fontlibc
  • zx0 and zx7 decompression 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 do fopen(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_GetFontByIndex and fontlib_GetFontByStyle by @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.