https://github.com/sozud/mmx4
A WIP decompilation of Mega Man X4 for the PS1.
https://github.com/sozud/mmx4
decompilation ps1
Last synced: 4 months ago
JSON representation
A WIP decompilation of Mega Man X4 for the PS1.
- Host: GitHub
- URL: https://github.com/sozud/mmx4
- Owner: sozud
- License: agpl-3.0
- Created: 2024-09-07T02:23:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-25T12:34:12.000Z (10 months ago)
- Last Synced: 2026-02-26T01:29:50.469Z (4 months ago)
- Topics: decompilation, ps1
- Language: C
- Homepage:
- Size: 771 KB
- Stars: 22
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- awesome-game-decompilations - Mega Man X4
- awesome-game-file-format-reversing - mmx4 (decomp) - Matching decompilation of Mega Man X4 (PS1). (Game & Studio Tools / Capcom)
README
This repository does not contain any of the assets necessary to build a matching ROM. A prior copy of the game is required. Place `SLUS_005.61` in disks/us.
Setup:
```
sudo apt-get update
sudo apt-get install binutils-mipsel-linux-gnu
pip install -r requirements.txt
git submodule update --init --recursive
```
See https://github.com/sozud/mmx4/wiki/Getting-Started for more info