Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hazzaclark/mjm
Michael Jackson's Moonwalker Disassembly
https://github.com/hazzaclark/mjm
disassembly michael-jackson moonwalker reverse-engineering sega-genesis sega-mega-drive
Last synced: about 6 hours ago
JSON representation
Michael Jackson's Moonwalker Disassembly
- Host: GitHub
- URL: https://github.com/hazzaclark/mjm
- Owner: hazzaclark
- License: gpl-3.0
- Created: 2023-07-10T15:51:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-29T14:53:38.000Z (about 1 month ago)
- Last Synced: 2024-12-29T15:25:05.643Z (about 1 month ago)
- Topics: disassembly, michael-jackson, moonwalker, reverse-engineering, sega-genesis, sega-mega-drive
- Language: Assembly
- Homepage:
- Size: 52.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MJM
Michael Jackson's Moonwalker Disassembly![image](https://github.com/user-attachments/assets/cf991d9d-eef6-4258-8dd8-34bd85331acc)
``REV01 (NTSC-J)``
## Motive:
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
## Building:
```
git clonemake clean
make
```the output should be a file called ``MJM_R00.bin`` or ``MJM_R01`` depending on which compiler flag you choice to use
#### For REV00:
``make CLFLAGS="-DGAME_REV=0"``
#### For REV01:
``make CLFLAGS="-DGAME_REV=1"``