Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darkmattercore/sbn64
Simple Byteswapper for N64 Saves
https://github.com/darkmattercore/sbn64
Last synced: about 2 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-15T05:09:17.000Z (over 3 years ago)
- Last Synced: 2024-10-25T03:55:17.013Z (about 2 months ago)
- Language: C
- Size: 93.8 KB
- Stars: 29
- Watchers: 6
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sbn64
Simple Byteswapper for N64 SavesThis 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.5, sbn64 is able to convert to/from the formats generated by these emulators:
* Wii64.
* Project64 (PC).
* Wii N64 Virtual Console titles.
* Sixtyforce (Mac). Also compatible with Controller Pak data.This code is of public domain, so just have at it.