Library and utilities to work with Famicom StudyBox ROMs and the data they contain.
Go to file
Zorchenhimer 1515b4113f
[sbx2wav] Start adding a tool to generate tape audio
This tool will take a .studybox ROM and encode the data in an MFM audio
wave.  Currently, this just handles the data channel and not the
recorded audio.  Output is a mono .wav file.

Also, some timing and settings are probably wrong. (Generated audio
doesn't decode with Sour's decoder)
2025-11-23 18:24:25 -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 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 [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.