Library and utilities to work with Famicom StudyBox ROMs and the data they contain.
Go to file
Zorchenhimer 968652a6a1
[cmd] Add sbx2wav to the commands README
2025-11-29 18:22:24 -05:00
audio [audio] Tweak audio encoding stuff 2025-11-29 18:14:11 -05:00
build-script [build-script] Start adding a new build script format 2025-11-29 18:15:51 -05:00
cmd [cmd] Add sbx2wav to the commands README 2025-11-29 18:22:24 -05:00
docs [docs] Add images.md, move instructions.md, add some comments 2025-11-13 21:03:26 -05:00
rom [build-script] Start adding a new build script format 2025-11-29 18:15:51 -05:00
script [docs] Add images.md, move instructions.md, add some comments 2025-11-13 21:03:26 -05:00
.gitignore Add tmp/ to .gitignore 2025-11-25 22:37:07 -05:00
LICENSE.md Add some READMEs and a LICENSE 2025-11-09 12:34:13 -05:00
Makefile [sbx2wav] Start adding a tool to generate tape audio 2025-11-23 18:24:25 -05:00
README.md Add some READMEs and a LICENSE 2025-11-09 12:34:13 -05:00
go.mod [sbx2wav] Start adding a tool to generate tape audio 2025-11-23 18:24:25 -05:00
go.sum [sbx2wav] Start adding a tool to generate tape audio 2025-11-23 18:24:25 -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.