-
Notifications
You must be signed in to change notification settings - Fork 98
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
non-sequent sector numbers - how-to? #488
Comments
Currently it's not possible, except by using the generic format |
this perfectly works for read, but if I want to write IMG, sector nums probably will be in sequence 1-5. So, if not possible, then only solution is HFE format. |
You could use a verifiable format like ImageDisk (IMD)? I could probably also allow |
let me explain. |
IMD doesn't store gap lengths. You should try it. For example:
So you can read to IMD, then create IMG and "perfect" HFE. And use the IMD to write back too. The need for |
As I see in diskdefs.cfg, there's possibility to define non-sequent sector numbers. But, when I try to put something like it, into custom format description, i get "invalid literal for int() with base 10". Is t possible only for selected disk encodings, not for any?? Or i do something wrong? Below is my try:
disk zx.isdos.800
cyls = 80
heads = 2
tracks * ibm.mfm
secs = 1,2,3,4,9
bps = 1024
h = 0
end
end
The text was updated successfully, but these errors were encountered: