Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.59 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.59 KB

FissionFailure64 for Nintendo64

The GreenGlo power plant is in dire need of your help!

N64 game developed for the N64brew Jam #2

Support 1 player and Rumble Pak.

title station1 station2 station3 credits

Note

This ROM file has been tested to work on real Nintendo 64 hardware using the EverDrive-64 by krikzz. It should also work with 64drive by retroactive.

This ROM file is only known to work on low-level, high-accuracy Nintendo 64 emulators such as CEN64 or MAME due to the use of libdragon instead of the proprietary SDK used by official licensed Nintendo software.

Building

Using Docker

All development can be done using Docker. It's the easiest way to build the ROM on Windows and MacOS.

  • Install Docker
  • Run make to produce the FissionFailure.z64 ROM file.

On linux

Testing

  • Download / compile / install CEN64.
  • Set the CEN64_DIR env var to the cen64 folder.
  • Run make cen64.

Thanks