Michael Jackson's Moonwalker Disassembly
REV01 (NTSC-J)
The motive behind this repository is to provide the world's first diassembly of Micheal Jackson's Moonwalker (MD/Gen)
This project encompasses both REV00 and REV01, (Domestic and International) versions of the ROMS, which provide subtle differences in Z80 and VDP DMA
git clone
make clean
make
the output should be a file called MJM_R00.bin
or MJM_R01
depending on which compiler flag you choice to use
make CLFLAGS="-DGAME_REV=0"
make CLFLAGS="-DGAME_REV=1"