SDK v0.13.1
New targets
- Commodore PET (
mos-pet-clang
): Thanks @williamw4096 !
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 !