Retro-Seed
Zelda 64 Recomp (Majora's Mask), a new native PC port projectNintendo 64CategoryNintendo 64NEW

Zelda 64 Recomp (Majora's Mask), a new native PC port project

Jun 13, 2026

Source: Zelda 64 Recomp (Majora's Mask)

Zelda 64 Recomp is a community-driven project that uses static recompilation techniques to convert the original Nintendo 64 code of Majora's Mask into a native PC binary. Unlike traditional emulation, this approach translates the game's MIPS instructions directly into x86-64 code, resulting in accurate, low-overhead execution on modern hardware.

The project has appeared in public source form at the Zelda64Recomp GitHub repository, marking its first tracked commit. It joins a growing wave of N64 recompilation efforts that aim to preserve and modernize classic titles through open, auditable code rather than black-box emulators.

Related