-
Notifications
You must be signed in to change notification settings - Fork 69
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
How can I add ibm.800 support? #761
Comments
That looks like it's the same as the atari 800kB format. See https://github.com/davidgiven/fluxengine/blob/master/src/formats/atarist.textpb#L179. What platform uses it? |
diskdefs.cfg which included ibm.800 format |
simply use: |
It's probably worth copying all of these to the IBM profile. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is from diskdefs.cfg from Greaseweazle.
disk ibm.800
cyls = 80
heads = 2
tracks * ibm.mfm
secs = 10
bps = 512
gap3 = 30
rate = 250
end
end
The text was updated successfully, but these errors were encountered: