https://github.com/darkmattercore/sbn64
Simple Byteswapper for N64 Saves
https://github.com/darkmattercore/sbn64
Last synced: about 1 year ago
JSON representation
Simple Byteswapper for N64 Saves
- Host: GitHub
- URL: https://github.com/darkmattercore/sbn64
- Owner: DarkMatterCore
- Created: 2016-07-31T03:58:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T23:39:39.000Z (about 1 year ago)
- Last Synced: 2025-04-01T03:15:24.695Z (about 1 year ago)
- Language: C
- Size: 98.6 KB
- Stars: 29
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sbn64
Simple Byteswapper for N64 Saves
This program is designed to convert N64 saves between different formats generated by various emulators, by cutting/padding the source file and/or performing a 32-bit byteswapping operation on it. Usage is pretty much straightforward and it's also explained in the program itself.
As of v1.75, sbn64 is able to convert to/from the formats generated by these emulators:
* Wii64 (big endian), also compatible with physical cartridges.
* Project64 (PC, little endian), also compatible with MiSTerFPGA.
* Wii N64 Virtual Console titles (big endian, different save sizes, different padding value).
* Sixtyforce (Mac, big endian). Also compatible with Controller Pak data (extraction only).
* EverDrive 64 (16-bit byteswapped).
This code is of public domain, so just have at it.