Skip to content

Release 0.1.0

Pre-release
Pre-release

Choose a tag to compare

@CJLove CJLove released this 12 Jul 03:52
· 2 commits to master since this release

libX16 is a utility library for those using C with the CC65 toolchain for the Commander X16.

This is a beta v0.1.0 release of libX16 for the Commander X16 rom version r37 and CC65.

The attached artifact includes the library header files and library file for linking.

Alternatively the library can be referenced as a git submodule in the .gitmodules file:

[submodule "libX16"]
        path = libX16
        url = https://github.com/CJLove/libX16