Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 818 Bytes

readme.md

File metadata and controls

14 lines (11 loc) · 818 Bytes

Mega Man 1 Disassembly

Credits:

Building

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