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

Support Opus Discovery Disks #29

Open
gnulnulf opened this issue Jun 26, 2023 · 5 comments
Open

Support Opus Discovery Disks #29

gnulnulf opened this issue Jun 26, 2023 · 5 comments

Comments

@gnulnulf
Copy link

I have an Opus Discovery drive.
It has 2 formats:
single sided 40 tracks, 18 sectors, 256 sector size, index 0 (sectors 0-17)
double sided 80 tracks, 18 sectors, 256 sector size, index 0 (sectors 0-17)

The double sided version overlaps size with other 720k disks.
Would it be an option to use the extension (OP1/OP2) to specify disk options?

In FloppyDisk.cpp I expect to add something like:
case (uint16_t) (40118/2): //40 track 1 sided Opus image 180k
numTrack = 40;
numSec = 18;
bitLength = BIT_LENGTH_DD;
flags.seclen = 1; //256b sectors
break;

How can I set the number of heads?
Do you know where the sector number is set?

@gnulnulf
Copy link
Author

I tested it for the single sided and most of the data looks OK.
(In my fork/branch opus1)
I see quite a lot crc errors but that could be my breadboard.

I used fddemu-> greaseweasle (scp) -> HxCfloppyemulator track analyzer.

@acemielektron
Copy link
Owner

acemielektron commented Jun 29, 2023 via email

@acemielektron
Copy link
Owner

acemielektron commented Jul 4, 2023 via email

@gnulnulf
Copy link
Author

It works in the ZX spectrum. I tried several 180k and 720k(18s) images. I guess the real hardware is more flexible regarding to timing.

@acemielektron
Copy link
Owner

acemielektron commented Jul 28, 2023 via email

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

2 participants