-
Notifications
You must be signed in to change notification settings - Fork 24
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
DiskBuddy/Master Supported Drives #18
Comments
Also curious about supported drives. |
I'm not sure since I only have a 1541. |
But do you have 1541 or 1541-II? Ordered parts to make a board, will test with single sided 1541 and double sided 1571 |
I have both a 1541 and several 1541-II. However, they are fully compatible with each other anyway. This is probably different with the 1571 and 1581, so there might be issues here. |
Isn’t one is single sided and another is double sided? Anyways will try soon-ish |
Yes, the 1571 has double-sided operations, but only when you put the drive in that mode. The default mode of operation is just like a 1541. I suspect the 1581 will work as well, as long as you don't use operations that require things like partitions or extra tracks (formatting). I haven't looked at the source code for interfacing with the IEC bus yet, but I suspect we'll see these details there. |
If the 1571 has a 1541 compatibility mode then it will probably work. But things look significantly different with the 1581. The problem is that for speed reasons I didn't use the standard Kernal routines but instead developed my own fast loading system, parts of which also runs on the drive. |
1571 confirmed to work, thanks for great tool! |
Great, thanks for testing it out! |
Will the DiskBuddy and DiskMaster work with other IEC drives like the 1571 or 1581? It seems like the XUM devices are more suited for that task; I'm generally looking for an alternative.
The text was updated successfully, but these errors were encountered: