What is a .N64 file?
N64 is a Nintendo 64 game ROM in little-endian byte order, run on emulators.
- Did you know
- N64 ROMs come in several byte orders, which is why the same game has .z64, .n64 and .v64 versions.
- Big-endian dumps use the .z64 extension, named after the Z64 backup unit by Interesting Devices, the order the console reads natively.
- The .n64 extension flags a little-endian ordering, the least common of the three byte arrangements Nintendo 64 dumps appear in.
- What Analyser reads
- Inspect game ROMs, patches and engine assets: iNES/NES2.0, Game Boy/Color/Advance, SNES, Nintendo DS/DSi, Nintendo 64, and Sega Genesis ROM headers (title, mapper, region, checksum); IPS/BPS/UPS/PPF patches; Doom WAD lumps; Minecraft NBT/schematics and Bedrock bundles; Aseprite sprites; Godot .pck; Quake/id Tech PAK/PK3; Source BSP/VPK/VTF/VMT; KTX/KTX2 textures; Tiled maps; LÖVE games; PICO-8 carts - plus MPQ, 3DS/Switch and Ren’Py/RPG Maker identification.
- Depth of analysis
- .N64 is an identification-grade format: Analyser recognises it from its bytes and decodes the header metadata it carries, rather than opening it in a full viewer. Formats that do get a full viewer are marked "Full" on the formats page.
- Open a .N64 file
- Drag a .N64 file onto the Analyser home page (or tap to pick one). It is identified entirely in your browser - nothing is uploaded, there is no account, and it works offline once installed.