Credits:
- Original documentation: MEGAMAN 1 NES ROM TECH DOC (alternate link)
- Additional changes: Joel Yliluoma
- Conversion to compilable assembly: Justin Olbrantz (Quantam)
- Further updates: All contributors
This disassembly is for the cc65 toolchain, and requires make (e.g. for Windows: MinGW). Banks 0-3, as well as the level data portion of banks 4/5, are taken from a copy of the original game ROM. From the command line:
- US:
make BASE_ROM=path_to_original_mm_rom us
- Japan:
make BASE_ROM=path_to_original_rm_rom japan
Rest of readme to be written