Library and utilities to work with Famicom StudyBox ROMs and the data they contain.
Go to file
Zorchenhimer 5189f69583
Add tmp/ to .gitignore
2025-11-25 22:37:07 -05:00
audio [sbx2wav] Start adding a tool to generate tape audio 2025-11-23 18:24:25 -05:00
cmd [sbx2wav] Start adding a tool to generate tape audio 2025-11-23 18:24:25 -05:00
docs [docs] Add images.md, move instructions.md, add some comments 2025-11-13 21:03:26 -05:00
rom [rom] Use mode 0666 when writing rom file 2025-11-22 19:44:48 -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.