Skip to content

monde-lointain/mariogolf64

Repository files navigation

Mario Golf 64

Matching decompilation of Mario Golf (USA) for the Nintendo 64.

Dependencies

The build process has the following package requirements:

  • make
  • git
  • build-essential
  • binutils-mips-linux-gnu
  • gcc-mips-linux-gnu
  • python3
  • pip3

Under Debian / Ubuntu (which we recommend using), you can install them with the following commands:

sudo apt update
sudo apt install make git build-essential binutils-mips-linux-gnu gcc-mips-linux-gnu python3 python3-pip

Building

To build the ROM, you must first install the necessary tools by running the following command:

make setup

Next, copy your ROM into the root directory of this repository and rename it to baserom.z64, then run the following commands:

make extract
make

About

Decompilation of Mario Golf for the Nintendo 64.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published