Go to file
ariahiro64 7c3a32b020 fixed weird leftovers from merge 2021-09-28 17:28:25 -04:00
doc fix toolchain 2021-09-23 19:52:42 -04:00
docker add moparisthebes's improvements and build with docker 2021-09-25 19:28:42 -04:00
inc add moparisthebes's improvements and build with docker 2021-09-25 19:28:42 -04:00
res store old sprites 2021-09-28 17:14:59 -04:00
src fixed weird leftovers from merge 2021-09-28 17:28:25 -04:00
tools add moparisthebes's improvements and build with docker 2021-09-25 19:28:42 -04:00
.gitignore removed embarrasing default wallpaper sprite and reenabled sound 2021-09-28 00:51:17 -04:00
Makefile fixed weird leftovers from merge 2021-09-28 17:28:25 -04:00
README.md fixed weird leftovers from merge 2021-09-28 17:28:25 -04:00
build.cmd add moparisthebes's improvements and build with docker 2021-09-25 19:28:42 -04: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, moparisthebest ended up creating a Dockerfile in the docker folder, instructions included in it.

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

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

3733e676f9

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!