Skip to content

SDK v20.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Sep 05:09
· 5 commits to main since this release
5138223

New features

  • #365 - commodore - Add LOAD flag enum, including specific values for the cx16 - @mlund
  • #367 - cx16 - Add missing emulator registers - @mlund
  • #372 - cx16 - Add JSRFAR macro - @mlund
  • #368 - cx16 - Add ROM bank label enum - @mlund
  • #369 - cx16 - Split wrapper routines into dedicated sections for linker garbage collection - @mlund
  • #370 - cx16 - Add VERA PSG register data structure (__vera_psg) - @mlund

Optimizations

  • #373 - commodore- Implement KERNAL LOAD function using inline assembly - @mlund

Bug fixes

  • #366 - cx16 - Correct leaf attribute placement - @mlund