 |
Description |
This hack converts Zelda from CHR-RAM to CHR-ROM and optionally to MMC3. This allows the game to run on more hardware variations and makes complex graphics hacks easier to manage. The code can also serve as a reference in how to convert to CHR-ROM and MMC3.
There are several independent patches in this package:
* mmc1.ips - Converts to CHR-ROM with 4k CHR banking (fits in 32k CHR-ROM)
* mmc1-8k - Converts to CHR-ROM with 8k CHR banking (fits in 64k CHR-ROM but saves some space in bank 7)
* mmc3.ips - Converts to CHR-ROM and the MMC3 mapper (fits in 32k CHR-ROM with 8k free)
* mmc-mapper-only.ips - Converts to the MMC3 mapper with no other changes
All versions have been tested on actual hardware including SKROM, TKROM, and TSROM.
Full source code is included. Run build.bat to see build options. |
|