Skip to content

JoNil/loka-n64

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
n64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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