llvm-mos / llvm-mos-sdk

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

MMC1 32K banking #156

Open mysterymath opened 1 year ago

mysterymath commented 1 year ago

Now that the LMAs and VMAs have been reworked in the NES targets, it should be possible to directly support MMC1's 32KiB banking mode. The approaches used should also be generally applicable to other mappers without a fixed PRG-ROM bank, which improves the generality of the SDK.

mysterymath commented 9 months ago

Downgrading to p2 now that there's a known way to do this.