Skip to content

SDK v0.2.3

Choose a tag to compare

@github-actions github-actions released this 15 Apr 02:04
· 633 commits to main since this release

New Platforms

  • nes-nrom-256. NES-ROM-256 board. Like NROM-128, but with 32 KiB (256Kib) of PRG-ROM.
  • nes-slrom. Support for NES-SLROM board. This board uses the MMC1 mapper chip, and unlike NROM, supports banking.
    • Supports 256 KiB of PRG-ROM. All C code is placed in bank 15, which is active on power on.
    • Supports 128 KiB of CHR-ROM.
    • No libraries for manipulating the banks are included yet; this will come in a future release.

New Features

  • INCLUDE statements can now be used inside custom OUTPUT_FORMAT { } blocks in linker scripts.
  • NES targets and users can now specify arbitrary modifications to the iNES 2.0 header by setting global symbol values. See ines.ld for details.