Awesome
N64 Controller Test
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.