Skip to content

SDK v6.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Oct 21:49
· 254 commits to main since this release
e7ce558

Optimizations

Bug fixes

  • #226 -- Fix zeropage declarations for NES MMC3 mapper -- @cogwheel
  • Add default printf implementation for NES
    • Writes to 0x401B; provided printf-mesen1.lua and printf-mesen2.lua scripts for Mesen1 and Mesen2 to redirect this to the debug console.
  • #227 -- (CP/M-65) Fix some problems with relocation conversion -- @davidgiven