Skip to content

Releases: ZERICO2005/PortCE

Version 2.1

03 Jan 00:51

Choose a tag to compare

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).

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.

Version 2.0

01 Jan 22:23

Choose a tag to compare

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

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.

Version 1.0

05 Mar 18:36

Choose a tag to compare

Version 1.X will be compatible with the guide made by prime17569 https://www.cemetech.net/forum/viewtopic.php?t=20095