Ryzee119 / n64_controller_test

A homebrew rom made to test various features of the N64 controller on a N64 console. :video_game:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

N64 Controller Test

Release badge

A simple homebrew N64 rom made to perform some basic N64 controller tests.
WARNING: This has the potential the corrupt your saved games. Use with caution.

Download

You can download a precompiled binary from the release section.

Build

This was developed using the opensource N64 toolchain libdragon.
I built using a docker container. The build process is something like this:

apt-get install npm docker.io
git clone https://github.com/Ryzee119/n64_controller_test.git
cd n64_controller_test
npm install -g libdragon
libdragon download
libdragon start
libdragon make

This should produce a .z64 rom file.

Images

page 1

page 2

page 3

About

A homebrew rom made to test various features of the N64 controller on a N64 console. :video_game:

License:MIT License


Languages

Language:C 94.2%Language:Makefile 5.8%