-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to load unofficial disks which expect smaller gap sizes #26
Comments
Update: this might apply to more unlicensed/unofficial disks than I initially thought. I just tried "The Golf - Bishoujo Classic" and it fails to load the B side for seemingly the same reason. I'm guessing that these disks use/expect a smaller gap size compared to licensed disks. |
I've had a look at some resources regarding the gap sizes. The NESdev wiki article for the disk format appears to have had these numbers for the gap sizes since 2012 (originally present on the FDS hardware article before being moved):
Meanwhile, the technical reference by Brad Taylor from 2004 lists the following:
So 480~488 bits may need to be considered as the minimum gap size for the contents of these disks to fit onto a disk side? I suppose this has only become an issue now because the FDSKey needs to read a .fds format file (which lacks gaps/CRCs) and provide an accurate data stream including gaps/CRCs, while somehow keeping track of the disk capacity in case a disk image actually managed to overfill a disk side. For reference, VirtuaQD (a generic QD drive emulator) and its disk image conversion tools use an MFM encoded format. It treats a complete disk side (excluding the external header) as 80KiB on the FDS. I can't recall any other cases of the "true" capacity being measured or referenced. |
Trying to load Sunsoft's Tile Editor (Newer version) on the FDSKey results in error 25. The display shows the disk as being filled completely, despite the fact that all the file blocks fit well within a single-sided .fds file. I'm wondering if there's an inaccuracy regarding the gap size between files (mainly block types 3 & 4). Editing the file amount to 3 (the minimum required to boot the tool) works fine for now but it's quite annoying that the included graphics files cannot be loaded at the moment.
The Sunsoft Dev Disks which contain the program in question will not be linked here. The archived disks aren't hard to find.
The text was updated successfully, but these errors were encountered: