llvm-mos / llvm-mos-sdk

SDK for developing with the llvm-mos compiler
https://www.llvm-mos.org
Other
270 stars 56 forks source link

Fix off by one in MMC3 8k banking linker script #269

Closed mysterymath closed 9 months ago

mysterymath commented 9 months ago

This included one too many PRG-ROM sections before the 24KiB fixed region, which caused the ROM to be an invalid size.

mysterymath commented 9 months ago

Fixes #261