Alternate Everdrive64 Menu fork for the ED64 Plus
Go to file
gameblabla b1323b49fc
Eeprom filesizes were incorrect, fixed this. (One bit is not a byte)
2019-08-19 21:42:41 +02:00
doc Initial Commit: v0.186 2014-06-28 22:10:11 -07: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 Correct TopGear Rally and add Taz Express save 2019-08-14 15:18:50 +01: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 updated makefile include variable 2017-10-06 15:26:20 +01:00
README.md fixed MP3 playback 2017-11-13 20:22:43 +00: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 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. When using windows 10 or Ubuntu, installation is totally automated through a script.

Dependencies (installed automatically)

Build the Toolchain

You may skip this step if it's already installed.

Clone this Altra64 repo to a directory of your choice.

On Windows 10:

On Ubuntu, browse to the tools directory and run the command $ chmod +x ./setup-linux.sh;source ./setup-linux.sh

Build Altra64

To build the Rom

from the projects root directory, On Windows 10 run

> build

on linux

$ make

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

Debug Build Altra64

To build the debug version of the Rom

from the projects root directory, On Windows 10 run

> build debug

on linux

$ make debug

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

Clean Altra64

Finally, we can clean the build objects from the project

from the projects root directory, On Windows 10 run

> build clean

on linux

$ make clean

Enjoy!