awesome-n64-development
A curated list of Nintendo 64 development resources including toolchains, documentation, emulators, example code, and more
https://github.com/command-tab/awesome-n64-development
Last synced: 9 days ago
JSON representation
-
Toolchains
- N64 SDK Easy Install CD - An ISO image made by AlphaTango and CrashOveride to simplify installation of the official SDK. Works on Windows 98-XP.
- Official Nintendo 64 SDKs - Official Nintendo 64 Software Development Kits for Windows and SGI IRIX
- n64sdkmod - A `libultra` SDK for the modern era, supported on Debian-based Linux distros
- n64chain - A development toolchain based on GCC that does not depend on any proprietary Nintendo library
- modern-n64sdk - Describes how to get a modern build of GCC cross-compiling on a modern OS (Linux, Windows, macOS)
- portable-n64-toolchain - A Dockerized toolchain based on modern-n64sdk
- libdragon-docker - Dockerized toolchain based on [libdragon](https://github.com/DragonMinded/libdragon)
- homebrew-n64-dev - macOS `gcc` and `binutils` [Homebrew](https://brew.sh) formulae for Nintendo 64 development
- mips64-gcc-toolchain - Windows and Linux scripts to automate building of a modern MIPS64 GCC toolchain for Nintendo 64 cross compilation
- glankk/n64 - A collection of files and tools used to compile and test code for the Nintendo 64
- n64sdkmod - A `libultra` SDK for the modern era, supported on Debian-based Linux distros
- mips64-gcc-toolchain - Windows and Linux scripts to automate building of a modern MIPS64 GCC toolchain for Nintendo 64 cross compilation
-
Community
- N64brew - Nintendo 64 homebrew chat on Discord
- Discord64 - Nintendo 64 emulation and homebrew chat on Discord
- `#n64dev` on EFnet - Nintendo 64 development IRC channel on EFnet
- /r/N64Homebrew - The N64Homebrew subreddit
- Discord64 - Nintendo 64 emulation and homebrew chat on Discord
- Nintendo 64 Discord - The /r/n64 community server for Nintendo 64 enthusiasts
- `#n64dev` on EFnet - Nintendo 64 development IRC channel on EFnet
- N64brew - Nintendo 64 homebrew chat on Discord
- Discord64 - Nintendo 64 emulation and homebrew chat on Discord
- `#n64dev` on EFnet - Nintendo 64 development IRC channel on EFnet
- Nintendo 64 Discord - The /r/n64 community server for Nintendo 64 enthusiasts
-
Documentation
- Ultra64 - An absolute wealth of documentation including official development manuals, as well as SDK downloads and reference material
- N64brew Wiki - The N64brew community wiki
- N64dev - Useful N64 hacking links
- NEC VR4300 CPU Manual @ N64dev - The manual for the NEC VR4300 CPU used by the Nintendo 64
- Console Protocols - Nintendo 64 hardware info, memory map, PIF boot stage reference, and JoyBus I/O documentation
- dragonminded N64DEV - `libdragon` usage, Windows and Linux toolchains, and RCP documentation
- N64 ROM Formats - A short N64 ROM format quick reference sheet
- N64 ROM Formats Explained - Details the three commonly encountered Nintendo 64 ROM formats (use Big Endian/.z64)
- Accessory Reference - Guide on how to communicate with the Transfer Pak and Rumble Pak
- Hack64 - A variety of documentation on RCP data structures, compression, assembly, and more
- 64dd.org - Nintendo 64DD documentation, emulators, homebrew, and tools
- 64DD wiki - Documentation on 64DD hardware, disks, and related cartridges
- cen64#58 - A cen64 issue comment summarizing the boot process
- Microcode from source - How to compile microcode from source
- N64 cartridge info - Cartridge pinout
- RSP - Detailed RSP documentation in the r64emu emulator repository
- Nintendo 64 Architecture - An overview of the console architecture
- N64dev - Useful N64 hacking links
- NEC VR4300 CPU Manual @ N64dev - The manual for the NEC VR4300 CPU used by the Nintendo 64
- N64 ROM Formats - A short N64 ROM format quick reference sheet
- 64DD-schematics - Schematics for the Nintendo 64 Disk Drive (N64DD)
- Accessory Reference - Guide on how to communicate with the Transfer Pak and Rumble Pak
- Nintendo 64 Architecture - An overview of the console architecture
- N64brew Wiki - The N64brew community wiki
- 64dd.org - Nintendo 64DD documentation, emulators, homebrew, and tools
-
Videos
- Installing the Nintendo 64 Development Kit - How to install the Nintendo 64 Software Development Kit under Windows 2000 and 98SE and build sample code. Also generally works under Windows XP.
- Behind The Code - Gerry O'Brien's YouTube channel, with a number of videos discussing Nintendo 64 development with NuSystem and the official SDK, development hardware, audio processing, and more
- Building cen64 for Speed and Preservation - Tyler Stachecki and Mike Ryan discuss making the cen64 emulator fast without compromising on accuracy
- REcon 2015 - Reversing the Nintendo 64 CIC - Mike Ryan, MarshallH, and John McMaster talk about reverse engineering and cloning a 20 year old copy protection chip (the N64 CIC)
- Portland Retro Gaming Expo 2019 - N64 Homebrew Development - Part 1 - Victor Vieux talks about the Nintendo 64 technical specifications and begins building a game using `libdragon`
- Portland Retro Gaming Expo 2019 - N64 Homebrew Development - Part 2 - Victor Vieux adds sound and graphic assets and talks about the future of Nintendo 64 homebrew development
- Programming for Nintendo 64 - Damjan Nesic goes through the basics of programming for Nintendo 64 using C and a Windows XP virtual machine
- Reflective Regret: Adventures in N64 Development - Buu342's seminar on Nintendo 64 homebrew game development at Inércia Demoparty 2021 (with [code available](https://github.com/buu342/N64-ReflectiveRegretPresentation))
- Debugging N64 homebrew using GDB with a flashcart - Buu342 demonstrates how to use UNFLoader with GDB to debug Libultra, ModernSDK, and Libdragon homebrew running on a flashcart
- Behind The Code - Gerry O'Brien's YouTube channel, with a number of videos discussing Nintendo 64 development with NuSystem and the official SDK, development hardware, audio processing, and more
-
Emulators
-
Actively Maintained
- Project64 - An open-source emulator for Windows and (soonTM) Linux/Android. It used to focus on compatibility with commercial games, but now also focuses on improving accuracy and emulating as much of the console as possible while remaining performant and compatible.
- Sixtyforce - A closed-source emulator for Mac
- mupen64plus - A more recently updated fork of Mupen64 for Linux, Mac OSX, FreeBSD, and Windows. No GUI is included, so you can use simple64, RMG, or the RetroArch core for a UI.
- simple64 - A fork of Mupen64Plus that is easy to use and also more accurate.
- Mupen64+ Reverser Edition - A fork of the Mupen64Plus emulator tailored for reverse engineering.
- ModLoader64 - modding/ModLoader64)) - A wrapper for Mupen64plus that enables modding through plugins written in TypeScript
- ares - A low-level, accurate multi-system emulator with good support for N64. Available in sources and binary distributions for Windows, Mac and Linux. It includes a CPU and RSP recompiler, and emulates RDP with Vulkan (via Parallel-RDP).
- Dillonb's dgb-n64 - A low-level, accurate N64 emulator for Windows and Linux. It includes a CPU recompiler, and emulates RDP with Vulkan (via parallel-RDP).
- Rosalie's Mupen GUI - a GUI for Mupen64Plus that works on Windows. One of the easiest and best ways to use Mupen64Plus with a GUI!
- Project64 - An open-source emulator for Windows and (soonTM) Linux/Android. It used to focus on compatibility with commercial games, but now also focuses on improving accuracy and emulating as much of the console as possible while remaining performant and compatible.
- Sixtyforce - A closed-source emulator for Mac
- mupen64plus - A more recently updated fork of Mupen64 for Linux, Mac OSX, FreeBSD, and Windows. No GUI is included, so you can use simple64, RMG, or the RetroArch core for a UI.
- ModLoader64 - modding/ModLoader64)) - A wrapper for Mupen64plus that enables modding through plugins written in TypeScript
- ares - A low-level, accurate multi-system emulator with good support for N64. Available in sources and binary distributions for Windows, Mac and Linux. It includes a CPU and RSP recompiler, and emulates RDP with Vulkan (via Parallel-RDP).
-
Unmaintained
- 1964 - An open-source emulator for Windows
- mupen64 - An open-source, multi-platform emulator
- Wii64 - A port of mupen64 for Nintendo Wii and GameCube
- Mupen64-360 - A port of Wii64 (and thus mupen64) to the Xbox 360. No longer maintained.
- Nemu64 - A closed-source emulator for Windows with fantastic debugging tools. Currently is incredibly difficult to run on modern Windows.
- UltraHLE - An early emulator for Windows. Though closed-source, [the source leaked in 2002](https://web.archive.org/web/20020812020546/http://www.emulation64.com/freeflow-page.html).
- Surreal64 - An emulator for the original Xbox which includes ports of 1964, Project64, and UltraHLE
- TrueReality - An open-source emulator
- r64emu - A N64 low-level emulator written in Rust
- cen64 - A [cycle-accurate](https://retrocomputing.stackexchange.com/questions/1191/what-exactly-is-a-cycle-accurate-emulator) emulator for Windows, Linux, and Mac. While currently not fast enough to play games at full speed, it aims for perfect emulation by emulating the hardware inside of the console down to the register-transfer level. Widely used to test ROMs in lieu of or before using real hardware.
- Not64 - A fork of Wii64
- mupen64 - An open-source, multi-platform emulator
- Nemu64 - A closed-source emulator for Windows with fantastic debugging tools. Currently is incredibly difficult to run on modern Windows.
- Mupen64-360 - A port of Wii64 (and thus mupen64) to the Xbox 360. No longer maintained.
- Surreal64 - An emulator for the original Xbox which includes ports of 1964, Project64, and UltraHLE
-
Works In Progress
- Gopher64 - An N64 emulator written in Rust by the developer of Simple64, able to already play some commercial games at decent speeds!
- cor64 - An in-progress emulator written in C#
- Kaizen (previously Gadolinium) - Work-in-progress emulator written in C++, able to already play some commercial games and replay Mupen TAS movies
-
-
Development Hardware
-
Unmaintained
- 64drive - A flash cartridge with USB support targeted at developers. Currently near impossible to get new, or expensive second hand.
- EverDrive 64 X7 - A flash cartridge with USB support for development
- UltraHDMI - Tech](https://www.game-tech.us/product/ultrahdmi/)) - A board that can be installed into the console to capture the digital output of the RCP and send it out a Mini HDMI connector to a modern TV. Convenient for connecting a real console to a nearby monitor while viewing the best possible output signal.
- N64RGB - An N64RGB mod that supports every motherboard revision and works pretty well.
- UltraSave - A device that works with the 64drive to transfer saves from real cartridges
- GameShark 3.0+ - A method of running homebrew via a GameShark
- sm64gameshark - How to transfer GameShark codes from USB to parallel, and how to identify GameShark cartridges with functional parallel ports
- Replacement Carts - A set of EagleCAD files for manufacturing your own N64 carts
- ED64 Plus - A Chinese clone of the Everdrive 64 at a much cheaper price point. It also has a disconnected USB port with a missing FT245R chip that [can be reattached](https://odysee.com/@backofficeshow:f/everdrive-ed64-nintendo-64-teardown:0) for theoretical added functionality.
- SummerCart64 - A fully open source, production ready, flashcart with 64DD implementation built-in. Mostly geared towards homebrew development.
- Brutzelkarte - An open-source (hardware and software) FPGA-based flash cartridge
- El Barato 64 - An in-progress open source development cartridge
- N64cart - A flash cartridge based on the RP2040 microcontroller
- 64drive - A flash cartridge with USB support targeted at developers. Currently near impossible to get new, or expensive second hand.
- UltraHDMI - Tech](https://www.game-tech.us/product/ultrahdmi/)) - A board that can be installed into the console to capture the digital output of the RCP and send it out a Mini HDMI connector to a modern TV. Convenient for connecting a real console to a nearby monitor while viewing the best possible output signal.
- UltraSave - A device that works with the 64drive to transfer saves from real cartridges
- sm64gameshark - How to transfer GameShark codes from USB to parallel, and how to identify GameShark cartridges with functional parallel ports
- gs_libusb - GameShark Pro utilities using libusb over a USB parallel port adapter
- sm64gameshark - How to transfer GameShark codes from USB to parallel, and how to identify GameShark cartridges with functional parallel ports
- sm64gameshark - How to transfer GameShark codes from USB to parallel, and how to identify GameShark cartridges with functional parallel ports
- sm64gameshark - How to transfer GameShark codes from USB to parallel, and how to identify GameShark cartridges with functional parallel ports
- sm64gameshark - How to transfer GameShark codes from USB to parallel, and how to identify GameShark cartridges with functional parallel ports
- sm64gameshark - How to transfer GameShark codes from USB to parallel, and how to identify GameShark cartridges with functional parallel ports
- sm64gameshark - How to transfer GameShark codes from USB to parallel, and how to identify GameShark cartridges with functional parallel ports
- sm64gameshark - How to transfer GameShark codes from USB to parallel, and how to identify GameShark cartridges with functional parallel ports
- SummerCart64 - A fully open source, production ready, flashcart with 64DD implementation built-in. Mostly geared towards homebrew development.
- EverDrive 64 X7 - A flash cartridge with USB support for development
- N64RGB - An N64RGB mod that supports every motherboard revision and works pretty well.
- sm64gameshark - How to transfer GameShark codes from USB to parallel, and how to identify GameShark cartridges with functional parallel ports
-
-
Tools and Libraries
-
Development Cartridge Loaders
- sc64deployer - SummerCart64 loader and control software (Windows, macOS and Linux)
- loader64 - A USB uploader for EverDrive 64
- g64drive - Linux/Mac tool for operating a 64drive development cartridge
- ed64 - Tools to develop on an EverDrive 64 cartridge
- UNFLoader - A universal flash cart ROM uploader (64drive, EverDrive 64 V3, EverDrive 64 X7 and SummerCart64) and debug library
- UNFLoader - A universal flash cart ROM uploader (64drive, EverDrive 64 V3, EverDrive 64 X7 and SummerCart64) and debug library
-
Asset Conversion and Viewing
- 64Drive Viewer - Preview textures, images, sounds, and 3D models on hardware with a 64drive over USB
- Blen64 - Blender scripts to export meshes to draw lists as header files
- Blender64 - A Python tool to export Blender 3D models to F3DEX2 microcode display lists
- blend2niff - A Blender add-on to export to [NIFF2](http://n64devkit.square7.ch/niff/index.htm) (Nintendo Intermediate File Format 2)
- Sausage64 - A Blender plugin to export "sausage link" style character models with animations
- Fast64 - A Blender plugin to preview and export meshes as F3D display lists for decomp and homebrew projects.
- objn64 - Wavefront `.obj` model converter that generates optimized displaylists for compilation with `libultra`
- Obj2N64DL - Another Wavefront `.obj` to displaylist converter
- Max_To_N64 - Scripts to export models from 3DS Max to C
- N64_3DRenderingTest - A basic model viewer using NuSystem
- n64texconv - A Python tool to convert PNG to RGBA(16/32), CI(4/8), and I(A)(4/8)
- png2n64 - A Python 3 script to convert PNG images to 16 bit RBGA
- png2c - A C++ command line tool to convert PNG images to `libultra`-compatible texture header files
- GML-N64TextureConverter - Converts standard image formats to Nintendo 64 compatible C header files
- n64CIconverter - Converts standard image formats to Nintendo 64's [Color Index (CI) format](https://n64squid.com/homebrew/n64-sdk/textures/image-formats/#CI)
- N64GFXCookie - Nintendo 64 CI8 format graphics viewer/editor
- n64rawgfx - A tool to export and import uncompressed/raw graphics from ROMs
- Texture64 - A texture ripper and editor with support for multiple formats
- ImageMerge - Converts two 8-bit images into 2-bit images and packs them into 1 image to save space in a ROM
- Spritemapper - Arranges a directory of equally-sized images into a sprite map and compresses it
- xo-tt64 - Converts input images to .c files of the same name
- mkspriten64 - Windows equivalent to the SGI program `mksprite`. Converts .png to a .h header and .c source file.
- mksprite2 - A Python 3 script to create sprite and background objects for use with S2DEX microcode
- n64texconv - A Python tool to convert PNG to RGBA(16/32), CI(4/8), and I(A)(4/8)
- Sausage64 - A Blender plugin to export "sausage link" style character models with animations
- N64_3DRenderingTest - A basic model viewer using NuSystem
- png2n64 - A Python 3 script to convert PNG images to 16 bit RBGA
-
Audio Playback and Editing
- N64-Tools - A tool to extract and import audio from many games that make use of the MIDI format
- libmad-n64 - [libmad](https://www.underbit.com/products/mad/) with MIPS patches, for MPEG audio playback
- N64-Tools - A tool to extract and import audio from many games that make use of the MIDI format
- seq64 - A full-featured editor for sequenced music in first-party games
- N64-SoundTester - A ROM that allows you to test out N64 Sound Tools sample banks and tune them directly on your console or emulator, avoiding lengthy turnaround times
- ultra_mpeg - An MPEG-1/2 decoder library
- ANMP - A multi-channel loopable video game music player, with support for various Nintendo 64 audio formats
- midicvt - An open source replacement for `midicvt` to create MIDI files compatible with `libultra`
- sfz2n64 - Converts SFZ files to a format the Nintendo 64 can use as part of instrument banks
- ultra_mpeg - An MPEG-1/2 decoder library
-
Debugging
- Project64 EmuScripts - Scripts for debugging under Project64 emulation
- ed64-gdb - A GDB stub for debugging with an EverDrive 64 V3
- webserial-ed64log - An ed64log client using Web Serial API
- ed64log - A tool and [example code](https://github.com/jsdf/ed64log/tree/master/example#exception-logging-and-disassembly) to implement development logging from a homebrew ROM running on an EverDrive 64
- n64rd - Remote debugger for GameShark 3.2 hardware over a parallel interface
- gdbstub-ed64 - Another EverDrive 64 GDB stub
- N64-GDB-stub - A GDB stub that works with a modified version of the cen64 emulator
-
ROM Manipulation
- Tool N64 - A tool to display ROM information and perform byte reordering
- Real N64 CRC Tool v2 - A tool to check, calculate, and set ROM checksums and extract the bootcode of ROM files
- seq64/n64checksum - Source for a tool to calculate and set ROM checksums
- Info64 - A tool to display and set ROM header information and checksums
- ipl3hasher - GPU-accelerated hash collision finder for the IPL3 boot code
- splat - A ROM splitting tool to assist with decompilation and modding projects
- spicy - An open-source replacement of the official SDK's `mild.exe` (referenced by `$(MAKEROM)` in many Makefiles). Packs object files into an N64-compatible ROM.
- makeromOpen - Another open-source makerom replacement (work in progress)
- makemask - An open-source replacement of the official SDK's `makemask.exe`. Adds a mask to a compiled ROM which pads the file to fill the entire cartridge space, adds a CIC version, and adds informational headers to the file. Typically run immediately after `mild.exe`. More on this tool at [N64Squid](https://n64squid.com/homebrew/n64-sdk/software/mipse-ultra-gcc/makemask/).
- Real N64 CRC Tool v2 - A tool to check, calculate, and set ROM checksums and extract the bootcode of ROM files
- rom64 - A tool to identify and parse ROM header information
- romjudge - A utility to judge an N64 ROM for correctness
- leotools - Work with 64DD disk images and the files contained therein
- Info64 - A tool to display and set ROM header information and checksums
- N64ShellPreview - A Windows Shell Extension to display ROM information in Explorer's preview pane
- boot_stub - A replacement for the CIC-6102 IPL3 boot code
-
Development Libraries
- libn64 - An open-source library for Nintendo 64 development, part of `n64chain`
- n64ut - An in-progress set of modern Nintendo 64 libraries
- libdragon - An open-source library for Nintendo 64 development
- pseultra - A collection of tools used to develop software for the Nintendo 64 that are distinct from the official SDK
- libreultra - A decompilation of the Nintendo 64 standard SDK library, `libultra`
- ultralib - A reverse engineering of `libultra`
- framework64 - An asset pipeline and C library to simplify game creation (uses n64sdkmod)
- libhfx - An in-progress open source library for 3D graphics
- S2DEX Text Engine - A text engine powered by the S2DEX microcode
- tiny3d - A tiny 3D RSP microcode and C API wrapper which work with `libdragon`
-
Flashcart Menu Software
- N64FlashcartMenu - Universal flashcart menu with aim to support most of the N64 flashcarts on the market
-
-
Reverse Engineering
-
Projects
- Blast Corps - An in-progress decompilation of _Blast Corps_
- Superman 64 - An in-progress decompilation of _Superman 64_
- N64 Uncompiled Source Code - Various source code and related material discovered in various ROM images
- shogihax - Details a remote code execution exploit of the Nintendo 64 via the _Morita Shogi 64_ cartridge and its dialup modem
- Ultra FP64 - A work in progress FPGA Nintendo 64
- Virtual Pro Wrestling 2: Ōdō Keishō - An in-progress decompilation of _Virtual Pro Wrestling 2: Ōdō Keishō_
- Mario Party 2 - An in-progress decompilation of _Mario Party 2_
- Doom 64 - A **complete** decompilation of _Doom 64_
- Super Mario 64 - A **complete** decompilation of _Super Mario 64_
- The Legend of Zelda: Ocarina of Time - A **complete** decompilation of _The Legend of Zelda: Ocarina of Time_
- Body Harvest - An in-progress decompilation of _Body Harvest_ in D (see also [DeltaniumIndustries/BodyHarvestDecomp](https://github.com/DeltaniumIndustries/BodyHarvestDecomp))
- Space Station Silicon Valley - An in-progress decompilation of _Space Station Silicon Valley_
- Paper Mario - A **complete** decompilation of _Paper Mario_
- UltraPIF - A replacement for the PIF chip that enables a region-free console
- The Legend of Zelda: Majora's Mask - A **complete** decompilation of _The Legend of Zelda: Majora's Mask_
- Pokémon Snap - An in-progress decompilation of _Pokémon Snap_
- Pokémon Stadium 2 - An in-progress decompilation of _Pokémon Stadium 2_
- Lego Racers - An in-progress decompilation of _Lego Racers_
- Dōbutsu no Mori - An in-progress decompilation of _Dōbutsu no Mori_
- Duke Nukem: Zero Hour - A **complete** decompilation of _Duke Nukem: Zero Hour_
- Pokémon Stadium - An in-progress decompilation of _Pokémon Stadium_
- Banjo-Tooie - An in-progress decompilation of _Banjo-Tooie_
- F-Zero X - An in-progress decompilation of _F-Zero X_
- Pokémon Puzzle League - An in-progress decompilation of _Pokémon Puzzle League_
- Dr. Mario 64 - An in-progress decompilation of _Dr. Mario 64_
- Conker's Bad Fur Day - An in-progress decompilation of _Conker's Bad Fur Day_
- F-Zero X Expansion Kit - An in-progress decompilation of the _F-Zero X Expansion Kit_
- AeroGauge - An in-progress decompilation of _AeroGauge_
- Aidyn Chronicles - An in-progress decompilation of _Aidyn Chronicles_
- Banjo-Kazooie - A **complete** decompilation of _Banjo-Kazooie_
- Blast Corps - An in-progress decompilation of _Blast Corps_
- Bomberman 64 - An in-progress decompilation of _Bomberman 64_
- Bomberman 64: The Second Attack! - An in-progress decompilation of _Bomberman 64: The Second Attack!_
- Bomberman Hero - An in-progress decompilation of _Bomberman Hero_
- Castlevania 64 - An in-progress decompilation of _Castlevania 64_
- Chameleon Twist - An in-progress decompilation of _Chameleon Twist_
- Chameleon Twist 2 - An in-progress decompilation of _Chameleon Twist 2_
- Dark Rift - An in-progress decompilation of _Dark Rift_
- Diddy Kong Racing - An in-progress decompilation of _Diddy Kong Racing_
- Dinosaur Planet - An in-progress decompilation of _Dinosaur Planet_
- Donkey Kong 64 - An in-progress decompilation of _Donkey Kong 64_
- Doraemon: Nobita to Mittsu no Seireiseki - An in-progress decompilation of _Doraemon: Nobita to Mittsu no Seireiseki_
- Duke Nukem 64 - An in-progress decompilation of _Duke Nukem 64_
- Gauntlet Legends - An in-progress decompilation of _Gauntlet Legends_
- Gex 64: Enter the Gecko - An in-progress decompilation of _Gex 64: Enter the Gecko_
- Glover - An in-progress decompilation of _Glover_
- GoldenEye 007 - An in-progress decompilation of _GoldenEye 007_
- Harvest Moon 64 - An in-progress decompilation of _Harvest Moon 64_
- Jet Force Gemini - An in-progress decompilation of _Jet Force Gemini_
- Kirby 64: The Crystal Shards - An in-progress decompilation of _Kirby 64: The Crystal Shards_
- Knife Edge: Nose Gunner - Configures a reverse engineering environment (Mupen64+ RE, Ghidra, etc.) for _Knife Edge: Nose Gunner_
- Mario Golf - An in-progress decompilation of _Mario Golf_
- Mario Kart 64 - A **complete** decompilation of _Mario Kart 64_
- Mario Party - An in-progress decompilation of _Mario Party_
- Mario Party 3 - An in-progress decompilation of _Mario Party 3_
- Mario Tennis - An in-progress decompilation of _Mario Tennis_
- Mischief Makers - An in-progress decompilation of _Mischief Makers_
- Mystical Ninja Starring Goemon - An in-progress decompilation of _Mystical Ninja Starring Goemon_
- Neon Genesis Evangelion 64 - An in-progress decompilation of _Neon Genesis Evangelion 64_
- Onegai Monsters - An in-progress decompilation of _Onegai Monsters_
- Perfect Dark - A **complete** decompilation of _Perfect Dark_ (see also [pdtools](https://gitlab.com/ryandwyer/pdtools))
- Quest 64 - An in-progress decompilation of _Quest 64_
- Rocket: Robot on Wheels - An in-progress decompilation of _Rocket: Robot on Wheels_
- Sharkwire 64 - An in-progress decompilation of the SharkWire Online cartridge firmware
- Shadowgate 64 - An in-progress decompilation of _Shadowgate 64_
- Snowboard Kids 2 - An in-progress decompilation of _Snowboard Kids 2_
- Star Fox 64 - An in-progress decompilation of _Star Fox 64_
- Star Wars: Shadows of the Empire - An in-progress decompilation of _Star Wars: Shadows of the Empire_
- Super Smash Bros. - An in-progress decompilation of _Super Smash Bros._
- Superman 64 - An in-progress decompilation of _Superman 64_
- The New Tetris - An in-progress decompilation of _The New Tetris_
- Turok 3: Shadow of Oblivion - An in-progress decompilation of _Turok 3: Shadow of Oblivion_
- Virtual Pool 64 - An in-progress decompilation of _Virtual Pool 64_
- Wave Race 64 - An in-progress decompilation of _Wave Race 64_
- Yoshi's Story - An in-progress decompilation of _Yoshi's Story_
- f3dex2 - Matching and mostly documented disassemblies of the F3DEX2/F3DZEX2 N64 RSP microcode family
- nus-cpu - A condensed, modular re-creation of the Nintendo 64 motherboard
- Ultra FP64 - A work in progress FPGA Nintendo 64
- UltraCIC - A clone of the CIC copy protection chip
- UltraCIC_C - Another CIC implementation (same name, but a separate implementation)
- UltraCIC-II - Code to recreate CIC chips on an ATTiny25/45
- UltraCIC-III - Code for a replacement CIC chip on an ATTiny25/45/85
- Doraemon: Nobita to Mittsu no Seireiseki - An in-progress decompilation of _Doraemon: Nobita to Mittsu no Seireiseki_
- Doraemon: Nobita to Mittsu no Seireiseki - An in-progress decompilation of _Doraemon: Nobita to Mittsu no Seireiseki_
- n64-kicad - A set of KiCad files detailing the Nintendo 64 hardware
- N64 Uncompiled Source Code - Various source code and related material discovered in various ROM images
-
Guides and Reference
- n64-decompiling - An overview of decompiling Nintendo 64 ROMs with Ghidra
- awesome-decompilation - A curated list of awesome decompilation resources and projects
-
Tools and Disassemblers
- RI Probe - A ROM that dumps RDRAM values onscreen for debugging and exploring
- Online Disassembler - A lightweight, online service for when you don't have the time, resources, or requirements to use a heavier-weight alternative
- GEDecompressor - Decompressor for a wide variety of compression formats used across various titles
- m3c - A tool to assist with N64 decompilation that runs [m2c](https://github.com/matt-kempster/m2c) and [decomp-permuter](https://github.com/simonlindholm/decomp-permuter) to try to automatically decompile functions
- bdiff - A local binary diffing tool
- asm-differ - A `diff` script for MIPS assembly
- decomp-permuter - A tool to randomly permute C files to better match a target binary
- m2c - An open-source MIPS decompiler, useful for understanding and reimplementing N64 games' behavior in C
- N64LoaderWV - Nintendo 64 ROM loader for the [Ghidra](https://github.com/NationalSecurityAgency/ghidra) reverse engineering tool
- n64sym - Scans a RAM dump for symbols from a given library or object file
- openocd_n64 - An [OpenOCD](http://openocd.org/doc/html/About.html) configuration for the Nintendo 64 CPU
- rabbitizer - An API for decoding MIPS instructions
- spimdisasm - Matching MIPS disassembler API and front-ends with built-in instruction analysis
- RI Probe - A ROM that dumps RDRAM values onscreen for debugging and exploring
-
-
Programming
-
Assembly
- Fraser N64 - YouTube channel featuring Nintendo 64 assembly programming
- N64 Assembly Language Tutorial - Fraser's detailed Nintendo 64 assembly programming guide
- N64 ASM Tutorials - Nintendo 64 assembly language programming tutorials by Mike Huber (mirrored by Jaeden Amero)
- n64ops - R4300i, RCP, and RSP opcode details
- PeterLemon/N64 - Nintendo 64 bare metal MIPS assembly programming reference
- N64-ASM-Tutorial - The support files for N64 Assembly Language Tutorial
- n64-assembly - A [Visual Studio Code](https://code.visualstudio.com/) extension that provides language support and theme for the Nintendo 64 assembly language
- n64-asm-timing - Nintendo 64 CPU instruction timing
- neon64v2 - An original Nintendo Entertainment System emulator, written in assembly
- cubeworld - The beginnings of an experimental game, written in assembly
- sodium64 - A SNES emulator for the N64, written in assembly
- Fraser N64 - YouTube channel featuring Nintendo 64 assembly programming
- N64 ASM Tutorials - Nintendo 64 assembly language programming tutorials by Mike Huber (mirrored by Jaeden Amero)
-
C
- N64 Homebrew Starter Guide - Buu342's guide to creating an N64 game with the official SDK
- Implementation of Sounds Using the Nintendo 64 Sound Tools - Buu342's guide to implementing sound in your ROM with the Nintendo 64 Sound Tools
- N64Squid Homebrew - Development walkthrough using the NuSystem library that's part of the official SDK
- moria.us #nintendo-64 - A series of blog posts covering a broad range of Nintendo 64 development topics
- N64brew Game Jam 2020 - N64brew Game Jam 2020 submissions
- N64brew Game Jam 2021 - N64brew Game Jam 2021 submissions
- N64brew Game Jam 2022 - N64brew Game Jam 2022 submissions
- N64brew Game Jam 2023 - N64brew Game Jam 2023 submissions
- helloworld - Hello World example using NuSystem and S2DEX microcode
- Penguins Luv Melons - A homebrew game built with `libdragon`
- ClassiCube - A multi-platform Minecraft Classic / ClassiCube client with early N64 support, using `libdragon`
- n64-sdk-demo - jsdf's detailed example with heavily-commented source showing basic usage of the official SDK and the NuSystem library
- goose64 - jsdf's _Untitled Goose Game_ "demake"
- n64-gameoflife
- chip8-n64 - A [CHIP-8](https://en.wikipedia.org/wiki/CHIP-8) emulator, using `libdragon`
- N64brew Game Jam 2024 - A collaborative minigame ROM for the N64brew Game Jam 2024
- mvs64 - A NeoGeo emulator
- small64 - The first Nintendo 64 4K intro (a demoscene executable that produces visuals and music using 4KB or less)
- SpaceCube64 - A space-like shooter game made in a weekend for TOJam 2024
- brick64 - A homebrew 3D brick-breaker game using the official SDK
- Driving Strikers 64 - A Nintendo 64 port of the indie Dreamcast game _Driving Strikers_ using `libdragon` and `tiny3d`
- BrewChristmas - A single 3D holiday scene built using `libdragon` and `tiny3d`
- Controller-Pak-Manager - A ROM that presents graphical user interface to manage Controller Pak data
- old-castle - A homebrew game based on a NuSystem sample from the official SDK
- shibamatch - A Shiba Inu-themed memory match game
- ochim - An up to 4 player action puzzle game
- UltraEd - An in-progress level editor and game engine
- n64zlibbench - A zlib benchmark with result display
- gb64 - A Nintendo Game Boy emulator that runs on real hardware
- n64-gba - A proof of concept Game Boy Advance emulator (only runs ARMWrestler, a CPU exercise ROM)
- paniclab64 - A homebrew game inspired by _Panic Lab_ from Gigamic
- platformer64 - An in-progress adventure platformer
- aw64 - (C++) A Nintendo 64 port of the bytecode interpreter from _Another World_/_Out of This World_
- Memory64-N64 - A Simon style memory game with Rumble Pak support, using libdragon
- Mine64 - A Minecraft clone, using Nintendo's NuSystem library
- N64-NetLib - A set of tools and libraries to connect your Nintendo 64 homebrew to the internet
- n64_bullet_demo - An example of using Bullet Physics with `libdragon`'s OpenGL branch to create physics simulations
- FlappyBird-N64 - A demake of _Flappy Bird_ using `libdragon`
- Happy Little Frog Game - An in-progress platformer made with `libdragon` and `tiny3d`
- N64-RPG - An in-progress RPG engine using `libdragon`
- n64triangle - RDP triangle demo, using `libdragon`
- non_nusys_demo - A complex demo built without relying on Nintendo's NuSystem library
- 64doom - A source port of the original _DOOM_
- cmake-demo-rom - Demonstrates building toolchains and a ROM using CMake and `libdragon`
- n64_controller_test - A simple homebrew ROM built with `libdragon` to perform some basic controller tests
- controllertest - Another controller test ROM, also built with `libdragon`
- rsp-ruination - A torture test that uses an emulated RSP on the CPU to validate functionality of the actual RSP
- ultra64-templates - Game templates/starting points for use with n64sdkmod
- vlak64 - A reimplementation of the classic DOS game _Vlak_ using `libdragon`
- BrewReality - A 3D flight simulator tech demo built with `libdragon`, featuring 128x128 textures and dynamic sky and lighting
- CounterEmotion-Bar - A Targem Games 3-Day GameJam 2025 entry built with `libdragon` and `tiny3d`
- Pong64 - A port of Pong featuring additional game modes, using `libdragon`
- ultra64demos - Original SGI Nintendo 64 technical demos
- UltraEd - An in-progress level editor and game engine
- Memory64-N64 - A Simon style memory game with Rumble Pak support, using libdragon
- N64brew Game Jam 2025 - N64brew Game Jam 2025 submissions
- Implementation of Sounds Using the Nintendo 64 Sound Tools - Buu342's guide to implementing sound in your ROM with the Nintendo 64 Sound Tools
- N64Squid Homebrew - Development walkthrough using the NuSystem library that's part of the official SDK
- pyrite64 - A game engine and editor using `libdragon` and `tiny3d` from C++
- Penguins Luv Melons - A homebrew game built with `libdragon`
- Legend of Elya - A 4-layer nano-GPT neural network (819K parameters) running natively on the N64's MIPS R4300i FPU, believed to be the first LLM on Nintendo 64 hardware
-
Rust
- rrt0/examples - Rust examples using cargo-n64
- gameshark-rs - Rust library and tools for working with GameShark codes
- cargo-n64 - A `cargo` subcommand to build Nintendo 64 ROMs in Rust
- rrt0 - A simple cross-platform runtime / startup for Rust on embedded devices
- n64-systemtest - A collection of hardware tests written in Rust
- n64toolchain - Rust Implementation of a Nintendo 64 ROM toolchain
- rs64-rt - Minimal Rust startup / runtime for Nintendo 64
- rs64-periph - Fairly raw N64 MMIO definitions
- rs64-rom - Rust library for manipulating ROMs
- libdragon-bindings - Rust bindings and interface for `libdragon`
- libdragon-rs - Rust bindings to `libdragon`
- rs64romtool - Tool for manipulating ROMs (depends on rs64-rom)
- n64rom-rs - A library and toolkit for working with ROMs
- loka-n64 - Nintendo 64 tools (including `extract_boot_code`, useful for cargo-n64) and a work in progress game
- n64-slides-apr - Source code for April 2019 Rust Meetup slides as a Nintendo 64 ROM
- libdragon-bindings - Rust bindings and interface for `libdragon`
- nust64 - Rust crate for compiling a Rust project into an N64 ROM
-
Go
- clktmr/n64 - Support for Nintendo 64 in [embeddedgo](https://embeddedgo.github.io)
- gopher-kart - A port of the original gopher-kart browser game to demo Go support
- Getting Started with Go - A blog post about building a ROM in Go, covering framebuffer output, controller polling, and audio playback
-
-
Assemblers
- naken_asm - An assembler for a variety of CPUs including standard MIPS III (Nintendo 64 CPU) and RSP
- ARM9/bass - A fork of byuu's bass assembler which has been updated with Nintendo 64 MIPS/RSP/RDP output
- armips - An assembler for various ARM and MIPS platforms
- Screwaround64 - An interactive assembler for Nintendo 64
- lips - A MIPS R4300i assembler written in Lua
- Screwaround64 - An interactive assembler for Nintendo 64
Programming Languages
Categories
Sub Categories
Projects
86
C
61
Unmaintained
44
Asset Conversion and Viewing
27
Rust
17
ROM Manipulation
16
Actively Maintained
14
Tools and Disassemblers
14
Assembly
13
Development Libraries
10
Audio Playback and Editing
10
Debugging
7
Development Cartridge Loaders
6
Go
3
Works In Progress
3
Guides and Reference
2
Flashcart Menu Software
1
Keywords
n64
19
nintendo-64
7
nintendo64
5
decompilation
5
homebrew
4
reverse-engineering
4
n64-development
4
mips-assembly
3
decomp
3
c
3
emulator
3
nintendo
2
rust
2
hardware
2
everdrive64
2
disassembly
2
pokemon
2
usb
1
uart
1
rp2040
1
raspberry-pi-pico
1
firmware
1
cartridge
1
paper-mario
1
rnc
1
game
1
emulation
1
nes-emulator
1
n64-dev
1
libultra
1
rsp
1
rdp
1
nintendo-hacking
1
mips
1
libdragon
1
docker
1
wii
1
gamecube
1
emulators
1
cargo-subcommand
1
homebrew-game
1
rareware
1
conker
1
cbfd
1
python3
1
gameoflife
1
game-of-life
1
conways-game-of-life
1
goosegame
1