Famicom Disk System library & utilities
Go to file
Zorchenhimer ccdb696c2d
Move the .fds check to ReadRomFile()
The filename is already beeing passed into ReadRomFile(), so just check
it in there instead of requiring IsFds to be passed separately.
2025-12-07 20:52:57 -05:00
cmd Move the .fds check to ReadRomFile() 2025-12-07 20:52:57 -05:00
.gitignore Initial commit 2025-12-06 14:15:08 -05:00
Makefile Initial commit 2025-12-06 14:15:08 -05:00
blocks.go Rework Rom struct; Print more info 2025-12-07 20:13:29 -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 Move the .fds check to ReadRomFile() 2025-12-07 20:52:57 -05:00
rom.go Rework Rom struct; Print more info 2025-12-07 20:13:29 -05:00