An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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