This format is meant to replace the current .json file when describing .studybox ROM files, as well as handle compiling/assembling new ROMs from scratch. In theory, this will handle both ROMs that were decoded from tape as well as instructions to build a new ROM from various files. This will include options to compile scripts, encode images, and handle some audio timing by allowing individual audio files for each page. |
||
|---|---|---|
| audio | ||
| build-script | ||
| cmd | ||
| docs | ||
| rom | ||
| script | ||
| .gitignore | ||
| LICENSE.md | ||
| Makefile | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
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.