And how can translate is bigger ?
NESASN.exe bank ?
Moderator: Moderators
NESASN.exe bank ?
Why the nesasm.exe the Biggest Bank 127?
And how can translate is bigger ?
And how can translate is bigger ?
NESASM uses 8 KiB banks, much like the PC Engine/TG16 and like MMC3-class NES mappers. A PRG ROM with 128 such banks (0-127) is 1024 KiB. No NES game carrying the Official Nintendo Seal was bigger than that, to my knowledge; even Kirby's Adventure was only 512+256 KiB. Common mappers (MMC1, MMC3) tend not to even have enough address lines to go past 512 KiB.
Two workarounds:
- Keep the NES and don't use the PCM. Make music with the tone generators.
- Keep the PCM and don't use the NES. Develop for a platform that's designed for PCM music: enough storage and a beefy enough CPU to run an audio decoder. Suitable platforms include Nintendo 64, Game Boy Advance, Nintendo DS, PDAs, subnotebook PCs, and anything with an optical drive.