Go to file
Jay Oster 83b3651044 Fix repeater code types in code engine 2022-06-11 21:50:22 -07:00
doc fix toolchain 2021-09-23 19:52:42 -04:00
docker O3 to greatly increase mp3 quality and responsiveness 2021-10-03 03:17:31 -04:00
inc Add missing menu function definitions. 2021-12-19 19:21:46 +01:00
res O3 to greatly increase mp3 quality and responsiveness 2021-10-03 03:17:31 -04:00
src Fix repeater code types in code engine 2022-06-11 21:50:22 -07: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 O3 to greatly increase mp3 quality and responsiveness 2021-10-03 03:17:31 -04:00
README.md Update README.md 2021-09-28 21:32:52 +00: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

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!