Commit Graph

4 Commits

Author SHA1 Message Date
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
Zorchenhimer 83e4fd9e9e
Update github.com/zorchenhimer/go-retroimg dependency
CHR decoding was borked.
2025-11-07 23:20:02 -05:00
Zorchenhimer 8527db5b81
[cmd] Add extract-imgs command
This command takes ntData and chrData from extracted .studybox roms and
constructs images.  The image data can contain either background or
sprite data.
2025-11-07 22:23:32 -05:00
Zorchenhimer 6c72977f17
Initial commit
Starting with some script parsing.  This script is the Domain Specific
Language that is on the tapes of the studybox.  Not every opcode is
fully decoded/named yet.
2024-04-27 15:19:14 -04:00