go-studybox/rom
Zorchenhimer ac5f29a696
[build-script] Start adding a new build script format
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.
2025-11-29 18:15:51 -05:00
..
decoder.go Add missing newline; Turn an error into a WARN 2025-11-07 21:46:26 -05:00
export.go [build-script] Start adding a new build script format 2025-11-29 18:15:51 -05:00
import.go [sbutil] Use filname field in json when packing 2025-11-22 19:42:10 -05:00
packets.go [rom] Tweak output for packetMarkDataStart 2025-10-26 19:01:03 -04:00
read.go Start migrating go-nes/studybox stuff over here 2024-05-15 23:47:29 -04:00
rom.go [sbutil] Use filname field in json when packing 2025-11-22 19:42:10 -05:00
write.go [rom] Use mode 0666 when writing rom file 2025-11-22 19:44:48 -05:00