Famicom Disk System library & utilities
Go to file
Zorchenhimer bf2afab07d
Moved --extract to its own utility
fdsextract now handles all extraction stuff.  This utility also has more
functionality.  There are options to extract a single side, a single
file on a single side, and an address range from a single file from a
single side.  Files and sides are 0-indexed.
2025-12-12 23:38:23 -05:00
cmd Moved --extract to its own utility 2025-12-12 23:38:23 -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