1
0
mirror of https://github.com/parasyte/alt64 synced 2024-08-13 15:53:52 -04:00
Go to file
2021-09-25 14:27:08 +00:00
bin fix toolchain 2021-09-23 19:52:42 -04:00
doc fix toolchain 2021-09-23 19:52:42 -04:00
inc fix toolchain 2021-09-23 19:52:42 -04:00
res fix toolchain 2021-09-23 19:52:42 -04:00
src fix toolchain 2021-09-23 19:52:42 -04:00
tools fix toolchain 2021-09-23 19:52:42 -04:00
.gitignore fix toolchain 2021-09-23 19:52:42 -04:00
azure-pipelines.yml fix toolchain 2021-09-23 19:52:42 -04:00
build.cmd fix toolchain 2021-09-23 19:52:42 -04:00
Makefile fix toolchain 2021-09-23 19:52:42 -04:00
n64ld.x fix toolchain 2021-09-23 19:52:42 -04:00
README.md fix toolchain 2021-09-23 19:52:42 -04:00
update-libs.ps1 fix toolchain 2021-09-23 19:52:42 -04:00

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

Clone this Altra64 repo to a directory of your choice.

Build Altra64

If this is the first time building, ensure you create the following folders in the root directory bin obj and lib To install the dependencies run: update-libs.ps1

To build the ROM

from the projects root directory, On Windows 10 run

> build

on linux

$ make

If it all worked, you will find OS64P.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 OS64P.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!