Library and utilities to work with Famicom StudyBox ROMs and the data they contain.
Go to file
Zorchenhimer 88e095f426
[sbutil] Use filname field in json when packing
- Use the filename provided in the json file when writing out a .studybox
  file.  By default, it will not overwrite an existing file.
- Passing --force will overwrite an existing file.
- Passing --output will override the filename in the json.
2025-11-22 19:42:10 -05:00
cmd [sbutil] Use filname field in json when packing 2025-11-22 19:42:10 -05:00
docs [docs] Add images.md, move instructions.md, add some comments 2025-11-13 21:03:26 -05:00
rom [sbutil] Use filname field in json when packing 2025-11-22 19:42:10 -05:00
script [docs] Add images.md, move instructions.md, add some comments 2025-11-13 21:03:26 -05:00
.gitignore Initial commit 2024-04-27 15:19:14 -04:00
LICENSE.md Add some READMEs and a LICENSE 2025-11-09 12:34:13 -05:00
Makefile [cmd] Add extract-imgs command 2025-11-07 22:23:32 -05:00
README.md Add some READMEs and a LICENSE 2025-11-09 12:34:13 -05:00
go.mod Update github.com/zorchenhimer/go-retroimg dependency 2025-11-07 23:20:02 -05:00
go.sum Update github.com/zorchenhimer/go-retroimg dependency 2025-11-07 23:20:02 -05:00

README.md

go-studybox

A library to work with .studybox ROM files and the data within. The StudyBox is a tape drive addon for the Famicom. More info here: https://zorchenhimer.com/studybox/.

This library is considered "alpha" and the API should not be considered stable. Large breaking changes are expected and unannounced.