Sinclair QL Version

HxC Floppy emulator support for all others computers...
Jeff
Site Admin
Posts: 8093
Joined: Fri Oct 20, 2006 12:12 am
Location: Paris
Contact:

Post by Jeff »

rwap wrote:Jeff, I was wondering if you had made any progress on this, or whether you would share the sources, so we can amend the software to import programs from qxl.win files.

Many thanks

Rich
Hi,
no progress for the moment (very busy...)

sources are available since the beginning of the project here :
https://hxc2001.com/floppy_drive_emulat ... ft_src.zip

https://hxc2001.com/floppy_drive_emulat ... pyemulator


To be easily integrated into the hxc floppy emulator software the code should output a raw floppy image.

rwap
Posts: 52
Joined: Fri Feb 26, 2010 5:04 pm

Post by rwap »

I have now got around to trying one of these with the Sinclair QL and am hitting problems...

For some reason, the QL appears to need the cable to be reversed - no idea why as it works with pin 1 on most disk drives! At least now it seems to try to access the disk, and I get the sound of the disk access at boot up on the QL and when I try and get a directory.

However, the QL fails to read the disk image.

I am basing it on a raw disk image, which I know works when written out to a DD disk (the latest QL emulator can also read the raw disk image without any problems).

For the software conversion, I am using

IBM MFM (not sure what IBM FM is - but that does not allow to load a raw file), 80 tracks, 9 sectors per track, Sector ID start 1, RPM 300 (tried 200 also), sector size 512, bit rate 250000, GAP3 length (note the typo in the software which says lenght), interleave 1.

What else could I try?

Jeff
Site Admin
Posts: 8093
Joined: Fri Oct 20, 2006 12:12 am
Location: Paris
Contact:

Post by Jeff »

rwap wrote:I have now got around to trying one of these with the Sinclair QL and am hitting problems...

For some reason, the QL appears to need the cable to be reversed - no idea why as it works with pin 1 on most disk drives! At least now it seems to try to access the disk, and I get the sound of the disk access at boot up on the QL and when I try and get a directory.

However, the QL fails to read the disk image.

I am basing it on a raw disk image, which I know works when written out to a DD disk (the latest QL emulator can also read the raw disk image without any problems).

For the software conversion, I am using

IBM MFM (not sure what IBM FM is - but that does not allow to load a raw file), 80 tracks, 9 sectors per track, Sector ID start 1, RPM 300 (tried 200 also), sector size 512, bit rate 250000, GAP3 length (note the typo in the software which says lenght), interleave 1.

What else could I try?
Which image are you trying to read ?

rwap
Posts: 52
Joined: Fri Feb 26, 2010 5:04 pm

Post by rwap »

The http://www.rwapsoftware.co.uk/downloads/qlraw.zip image - that is the one which works when written as a raw image to a real floppy disk, and also within the QL emulator.

I am using the latest version of the software to convert this to a .hfe file on the SD card.

Jeff
Site Admin
Posts: 8093
Joined: Fri Oct 20, 2006 12:12 am
Location: Paris
Contact:

Post by Jeff »

rwap wrote:The http://www.rwapsoftware.co.uk/downloads/qlraw.zip image - that is the one which works when written as a raw image to a real floppy disk, and also within the QL emulator.

I am using the latest version of the software to convert this to a .hfe file on the SD card.
Can you try to dump a ql floppy disk with ImageDisk to create an IMD floppy disk image ?

rwap
Posts: 52
Joined: Fri Feb 26, 2010 5:04 pm

Post by rwap »

Hi Jeff - we started with this discussion - as I don't have access to a real floppy drive on my PC we are going around in circles - I can post you a disk if you send an email with your postal address to the email on my website www.rwapsoftware.co.uk

Jeff
Site Admin
Posts: 8093
Joined: Fri Oct 20, 2006 12:12 am
Location: Paris
Contact:

Post by Jeff »

rwap wrote:Hi Jeff - we started with this discussion - as I don't have access to a real floppy drive on my PC we are going around in circles - I can post you a disk if you send an email with your postal address to the email on my website www.rwapsoftware.co.uk
Image

Jeff
Site Admin
Posts: 8093
Joined: Fri Oct 20, 2006 12:12 am
Location: Paris
Contact:

Post by Jeff »

Another point : did you change the interface mode to "Generic Shuggart" before converting files ?

rwap
Posts: 52
Joined: Fri Feb 26, 2010 5:04 pm

Post by rwap »

Ah no I did not realise I needed to do that - it now works...

Although it is a mystery as to why my QL floppy disk interfaces need the cable the other way around!

Jeff
Site Admin
Posts: 8093
Joined: Fri Oct 20, 2006 12:12 am
Location: Paris
Contact:

Post by Jeff »

rwap wrote:Ah no I did not realise I needed to do that - it now works...

Although it is a mystery as to why my QL floppy disk interfaces need the cable the other way around!
No often this happens : On amiga for example the floppy disk cable are reversed too.

rwap
Posts: 52
Joined: Fri Feb 26, 2010 5:04 pm

Post by rwap »

Well at least now I know it works - I will have to see if I can get HD and ED floppy disk images to work too..

rwap
Posts: 52
Joined: Fri Feb 26, 2010 5:04 pm

Post by rwap »

The issue I have now come across is when I want to test a HD raw disk image.

For the QL I need to change the number of sectors per track to 18 - however, when I do this in the Raw file format configuration, the Load Raw Image button becomes inoperable - how do you read a raw HD disk image into the software?

Jeff
Site Admin
Posts: 8093
Joined: Fri Oct 20, 2006 12:12 am
Location: Paris
Contact:

Post by Jeff »

rwap wrote:The issue I have now come across is when I want to test a HD raw disk image.

For the QL I need to change the number of sectors per track to 18 - however, when I do this in the Raw file format configuration, the Load Raw Image button becomes inoperable - how do you read a raw HD disk image into the software?
change the bitrate to 500000

rwap
Posts: 52
Joined: Fri Feb 26, 2010 5:04 pm

Post by rwap »

Jeff wrote: change the bitrate to 500000
OK that allows me to copy the raw image to a hfe file - however, it is extremely slow on the QL when trying to read the disk image (almost one track per second) and it fails to load some of the files. There must be something amiss?

Jeff
Site Admin
Posts: 8093
Joined: Fri Oct 20, 2006 12:12 am
Location: Paris
Contact:

Post by Jeff »

rwap wrote:
Jeff wrote: change the bitrate to 500000
OK that allows me to copy the raw image to a hfe file - however, it is extremely slow on the QL when trying to read the disk image (almost one track per second) and it fails to load some of the files. There must be something amiss?
try to set the interleave to 2 or more.

Post Reply