Skip to content

JoNil/loka-n64

Repository files navigation

loka-n64

Build Environment Setup

rustup install nightly

cargo install -f --git https://github.com/JoNil/cargo-n64.git --branch master cargo-n64

rustup default nightly
rustup component add rust-src
rustup default stable

Extract bootcode

Download mario 64

cargo run --package extract_boot_code -- "roms/Super Mario 64 (U) [!].z64"

Build for N64

cargo n64 build --ipl3 bootcode.bin -- --package game

Run for PC

cargo run -p game --release

Run on N64 with EverDrive-64 X7

cargo run

Links

Official docs

RDP/RSP

Fast3D

Rdp Emulator

ASM Examples

Reconstructed code

How to kick off sp tasks

Everdrive

Mips

GBI

Other

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published