DSK disk
Opened this issue · 1 comments
micsche commented
What is the maximum capacity on one Disk file?
I have 11 image files but the last file inserted in the DSK file, but last one always gets corrupted.
No error reported when I insert the last file.
DSK file size on host machine is 224000.
pulkomandy commented
Maximum space is ~178K, filesizes are rounded to the next 128 bytes and there is also a limit on the number of files you can have.
If your 11 image files are 16K screens plus the 128 bytes AMSDOS header, indeed they won't fit.
However, that should result in a proper error message, not a corruption.