Alternate Everdrive64 Menu fork for the ED64 Plus
Go to file
Travis Burtrum 86785bcd72 Add Dockerfile and make it buildable as-is 2021-08-27 20:12:35 -04:00
doc Initial Commit: v0.186 2014-06-28 22:10:11 -07:00
docker Add Dockerfile and make it buildable as-is 2021-08-27 20:12:35 -04:00
inc Eeprom filesizes were incorrect, fixed this. (One bit is not a byte) 2019-08-19 21:42:41 +02:00
res updated config file 2017-10-07 19:21:04 +01:00
src Make user interface much more responsive 2021-05-07 01:45:33 -04:00
tools Temporary fixes for setup 2019-08-11 11:30:13 +01:00
.gitignore Added changes to work with VSCode on windows 2016-12-13 15:37:40 +00:00
Makefile Add Dockerfile and make it buildable as-is 2021-08-27 20:12:35 -04:00
README.md Add Dockerfile and make it buildable as-is 2021-08-27 20:12:35 -04:00
build.cmd updated copyrights 2017-10-06 14:48:52 +01:00

README.md

Altra64

Alternative Everdrive64 menu

Altra64 is an open source menu for Everdrive64 and ed64+ and is based on a fork of alt64 which was originally written by saturnu, and released on the Everdrive64 forum.

Building

If you want to build the menu, you need an n64 toolchain. This is terrible to build, I ended up creating a Dockerfile in the docker folder, instructions included in it.

Or if you trust me, you can use the one I built and pushed to docker hub, moparisthebest/altra64-dev

Build Altra64

To build the Rom

from the projects root directory, with docker installed

$ docker run --rm -v "$(pwd):/build" moparisthebest/altra64-dev make

If it all worked, you will find OS64.v64 in the bin directory.

Clean Altra64

Finally, we can clean the build objects from the project

from the projects root directory

$ docker run --rm -v "$(pwd):/build" moparisthebest/altra64-dev make clean

Enjoy!