Skip to content
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

Open
too101 opened this issue Aug 5, 2024 · 5 comments
Open

How can I add ibm.800 support? #761

too101 opened this issue Aug 5, 2024 · 5 comments

Comments

@too101
Copy link

too101 commented Aug 5, 2024

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

@davidgiven
Copy link
Owner

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?

@too101
Copy link
Author

too101 commented Aug 5, 2024

It use by DOS. 5.25 DSDD Disk can format to 800K.
It has 800.COM TSR utility that allow reading 800K disk

Screenshot 2024-08-05 184400

@too101
Copy link
Author

too101 commented Aug 9, 2024

diskdefs.cfg which included ibm.800 format
https://github.com/keirf/greaseweazle/blob/master/src/greaseweazle/data/diskdefs.cfg

@Yserra
Copy link

Yserra commented Aug 29, 2024

simply use: atarist --800 (it's the same thing)

@davidgiven
Copy link
Owner

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants