ED Floppy Discs

Anything QL Software or Programming Related.
Post Reply
User avatar
NormanDunbar
Forum Moderator
Posts: 2271
Joined: Tue Dec 14, 2010 9:04 am
Location: Leeds, West Yorkshire, UK
Contact:

ED Floppy Discs

Post by NormanDunbar »

I'm looking through some old C68 code of mine, and I've found what I think is a bug in my old qformat utility which does a quick format on DD/HD and ED floppies.

Does anyone still have working ED drives and a formatted floppy? If so, can you tell me what the disc ID is at the start of sector zero please?

I have this:

'QL5A' for DD, 'QL5B' for HD and I seem also to have 'QL5B' for ED floppies - and I'm not sure that's actually true, but I might be mistaken as I no longer have drives or floppies to check.

Thanks.


Cheers,
Norm.


Why do they put lightning conductors on churches?
Author of Arduino Software Internals
Author of Arduino Interrupts

No longer on Twitter, find me on https://mastodon.scot/@NormanDunbar.
FrancoisLanciault
Trump Card
Posts: 167
Joined: Mon Aug 08, 2011 11:08 pm

Re: ED Floppy Discs

Post by FrancoisLanciault »

I have a ED drive with some floppy. I can check tonight.

However, I will need to search online as I don't remember how to do direct sector access on the ED floppy. So if someone knows the correct sequence of command/utility to use let me know.

François
NormanDunbar wrote:I'm looking through some old C68 code of mine, and I've found what I think is a bug in my old qformat utility which does a quick format on DD/HD and ED floppies.

Does anyone still have working ED drives and a formatted floppy? If so, can you tell me what the disc ID is at the start of sector zero please?

I have this:

'QL5A' for DD, 'QL5B' for HD and I seem also to have 'QL5B' for ED floppies - and I'm not sure that's actually true, but I might be mistaken as I no longer have drives or floppies to check.

Thanks.


Cheers,
Norm.


User avatar
NormanDunbar
Forum Moderator
Posts: 2271
Joined: Tue Dec 14, 2010 9:04 am
Location: Leeds, West Yorkshire, UK
Contact:

Re: ED Floppy Discs

Post by NormanDunbar »

Evening Francois

This will definitely help, https://superbasic-manual.readthedocs.i ... tor-access

Cheers,
Norm.


Why do they put lightning conductors on churches?
Author of Arduino Software Internals
Author of Arduino Interrupts

No longer on Twitter, find me on https://mastodon.scot/@NormanDunbar.
User avatar
janbredenbeek
Super Gold Card
Posts: 631
Joined: Wed Jan 21, 2015 4:54 pm
Location: Hilversum, The Netherlands

Re: ED Floppy Discs

Post by janbredenbeek »

It's QL5B and the sector size is 2048 bytes, so for direct access you should open 'flpx_*D4e'.

Jan.


FrancoisLanciault
Trump Card
Posts: 167
Joined: Mon Aug 08, 2011 11:08 pm

Re: ED Floppy Discs

Post by FrancoisLanciault »

janbredenbeek wrote:It's QL5B and the sector size is 2048 bytes, so for direct access you should open 'flpx_*D4e'.

Jan.
I confirm. Freshly formatted ED disk. Sector read with "flp2_*D4e"

Francois


User avatar
NormanDunbar
Forum Moderator
Posts: 2271
Joined: Tue Dec 14, 2010 9:04 am
Location: Leeds, West Yorkshire, UK
Contact:

Re: ED Floppy Discs

Post by NormanDunbar »

Thanks everyone, it seems my ancient code was correct after all!

Much obliged.


Cheers,
Norm.


Why do they put lightning conductors on churches?
Author of Arduino Software Internals
Author of Arduino Interrupts

No longer on Twitter, find me on https://mastodon.scot/@NormanDunbar.
Post Reply