Skip to content

SDK v0.13.1

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Apr 02:18
· 386 commits to main since this release
adafbc0

New targets

Bug fixes

  • The CPM/65 elftocpm65 tool no longer attempts to relocate absolute addresses. Thanks @davidgiven !

  • The NES targets now once again compute DPCM offsets correctly. This caused DPCM samples not to work with the included ft2 library.

Library improvements

  • Made string/mem libc functions weak, so they can be easily overridden by user code.

  • The CX16 stack has been moved from banked RAM to main RAM, allowing use of the banked area. Thanks @XarkLabs !