You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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