https://github.com/devinacker/bsflashmanager
Tool for managing BS-X / Satellaview memory packs
https://github.com/devinacker/bsflashmanager
Last synced: about 1 year ago
JSON representation
Tool for managing BS-X / Satellaview memory packs
- Host: GitHub
- URL: https://github.com/devinacker/bsflashmanager
- Owner: devinacker
- License: mit
- Created: 2019-09-17T01:07:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-23T01:41:40.000Z (over 6 years ago)
- Last Synced: 2025-04-02T18:23:13.866Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 89.8 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
BS-X Flash Manager
==================
version 0.2.0

This is a small utility for managing the contents of BS-X / Satellaview memory packs.
What this utility can do:
* Add, remove, rearrange downloaded files in a memory pack
* Modify the properties of files in a memory pack
* Export files in a memory pack to single-file memory packs (individually or all at once)
* Automatically try to detect deleted files in the free space of a memory pack
* Allow recovering and exporting deleted files that were able to be detected
* Quickly dump memory packs over USB using the [INL Retro programmer](https://www.infiniteneslives.com/inlretro.php)
The utility can also save memory packs that are larger than the standard 8 blocks (megabits); in compatible emulators (such as bsnes-plus and bsnes/higan) the BSX software itself supports up to 32 blocks, with some limitations (a memory pack cannot contain more than one file that's larger than 4 blocks).
Building requires [Qt 5](https://www.qt.io) and [libusb](https://libusb.info), and can be built with either Visual Studio or Qt Creator/qmake. Official builds currently require the 64-bit Visual Studio 2015 runtime.