Famicom Disk System library & utilities
Go to file
Zorchenhimer 6f14cd7c06
[fdsextract] Add --output option
Currently only available when extracting single files.  Will use the
given filename as the output name instead of constructing one.

TODO: Make this value a template that can be used with multiple files.
2025-12-18 21:38:02 -05:00
cmd [fdsextract] Add --output option 2025-12-18 21:38:02 -05:00
.gitignore Initial commit 2025-12-06 14:15:08 -05:00
Makefile Moved --extract to its own utility 2025-12-12 23:38:23 -05:00
blocks.go Add the 0x05 block type; Remove --extract from fdslist 2025-12-12 23:37:13 -05:00
date.go Rework Rom struct; Print more info 2025-12-07 20:13:29 -05:00
go.mod Fix module path 2025-12-07 20:50:31 -05:00
go.sum Initial commit 2025-12-06 14:15:08 -05:00
licensees.go Initial commit 2025-12-06 14:15:08 -05:00
reader.go Add the 0x05 block type; Remove --extract from fdslist 2025-12-12 23:37:13 -05:00
rom.go Rework Rom struct; Print more info 2025-12-07 20:13:29 -05:00