Skip to content

SDK v19.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 04:40
· 26 commits to main since this release

Breaking changes

  • cx16 - 2850b2a - Exit by return to BASIC on Commander X16 (rather than the infinite loop of other Commodore targets)
    • This target's BASIC functions somewhat more like a shell than the other Commodore family targets, and along those lines, it manages to keep most of the zero page available for user programs. Accordingly, C can be seen to operate within, rather than replace, the BASIC environment.
  • neo6502 - #345 - Output .neo file format instead of raw binary - @bcampbell

Bug fixes

  • cx16 - 8b32a54 - Add DEVNUM to cx16.inc to fix file routine linking
  • cx16 - 255502c - Don't rts from file I/O init/fini snippets to prevent early return