Releases: ZERICO2005/PortCE
Version 2.1
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).
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
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
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
Version 1.X will be compatible with the guide made by prime17569 https://www.cemetech.net/forum/viewtopic.php?t=20095