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:I see IMD and Teledisk both use compression, so that may explain the 8K - I have also made a raw binary image of the disk (although cannot get IMD to convert this for some reason) - raw image appears at:
http://www.rwapsoftware.co.uk/downloads/qlraw.zip
mhhh no, the imd file is bad : there are only one 512 FM sector per track.

Could you retry the dump with ImageDisk ?
Download this msdos floppy image. ImageDisk tool is copied in a ramdisk at startup. (use a true floppy disk to boot on this, and disconnect your harddisk to avoid problems.)
http://hxc2001.free.fr/vrac/IMD_MSDOSDKBOOT.rar

i really need a valid imd file, because this file contains many importants details of the floppy disk format (sector id, gap...)

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

Post by rwap »

The problem I have is that I only have a USB floppy disk drive - IMD was reporting no interrupt from the disk and not even trying to read it.

I will try this version of ImageDisk - otherwise I can put the rawread / rawwrite programs on my website and you can make a QL floppy disk at your end to read with IMD?

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

Post by rwap »

Hmm I can't get imagedisk onto a floppy because of IMD reporting the issue with interrupts!!

Darn PCs with modern motherboards and no floppy disk drive!

I have put rawread/write onto my website - http://www.rwapsoftware.co.uk/downloads/rawread.zip

You can use rawwrite (DOS program) to recreate the QL floppy disk drive image from http://www.rwapsoftware.co.uk/downloads/qlraw.zip

Sorry to impose Jeff, but I can't see a way of getting imagedisk onto a real floppy!

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

Post by Jeff »

rwap wrote:The problem I have is that I only have a USB floppy disk drive - IMD was reporting no interrupt from the disk and not even trying to read it.

I will try this version of ImageDisk - otherwise I can put the rawread / rawwrite programs on my website and you can make a QL floppy disk at your end to read with IMD?
Argghh i understand now.
ImageDisk will work only with a real 765 FDC.

When you use the rawwrite to make the floppy disk, the sinclair QL are able to read it back correctly?

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

Post by rwap »

Yes, the QL can read it directly :-)

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

Post by rwap »

Details of the QL floppy disk format now appear at:

http://qdosmsq.dunbar-it.co.uk/doku.php ... q:fs:start

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

Post by Jeff »

rwap wrote:Details of the QL floppy disk format now appear at:

http://qdosmsq.dunbar-it.co.uk/doku.php ... q:fs:start
Hi,
the QXL.WIN and raw file are not the same disk !
could you make a raw version of the QXL.win file ?

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

Post by rwap »

Hi Jeff,

Ah - I had not thought of that, so my apologies.
I have created a new qxl.win file at http://www.rwapsoftware.co.uk/downloads/qxl.zip - this matches the files on the raw disk that you have already downloaded

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

Post by Jeff »

rwap wrote:Hi Jeff,

Ah - I had not thought of that, so my apologies.
I have created a new qxl.win file at http://www.rwapsoftware.co.uk/downloads/qxl.zip - this matches the files on the raw disk that you have already downloaded
With wich tool did you generate thhe qxl.win tool ?

I ask this because the raw and qxl.win are very differents :
raw file : QL5A format
qlx.win : QLWA format.

it seems that the the qlx.win was totally regenerate.

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

Post by rwap »

Hi Jeff,

I appreciate that the QXL.win is a very different format - this is the file most commonly accessible to QL users - created and accessed within emulators on the PC.

If anything I would prefer to be able to import the data from the QXL.win format rather than having to use raw disk images (as the disk images do not exist), but I don't know if that is possible as this is more of a hard disk format.

Rich

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

Post by Jeff »

rwap wrote:Hi Jeff,

I appreciate that the QXL.win is a very different format - this is the file most commonly accessible to QL users - created and accessed within emulators on the PC.

If anything I would prefer to be able to import the data from the QXL.win format rather than having to use raw disk images (as the disk images do not exist), but I don't know if that is possible as this is more of a hard disk format.

Rich
So , the program must :
-> Extract files from the QXL.win (this means be able to read this filesystem)
-> Create an empty QL5A floppy image
-> Add files and subfolders to this image.

This is lot of work! Are there some libs doing a part of this ?

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

Post by rwap »

Hi Jeff,

If you can create the part of the program which will create a QL5A image and open the QXL.WIN for reading/conversion, I would be happy to get involved writing the code to transfer the files and directories across (provided you are happy to share the source code with me and maybe another in the QL community).

Rich

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

Post by Jeff »

rwap wrote:Hi Jeff,

If you can create the part of the program which will create a QL5A image and open the QXL.WIN for reading/conversion, I would be happy to get involved writing the code to transfer the files and directories across (provided you are happy to share the source code with me and maybe another in the QL community).

Rich

One question : Which tools create these "qxl.win" files ?

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

Post by rwap »

You can use QXLTools in Linux, or WXQT2 - see http://www.zen35309.zen.co.uk/misc/wxqt2.html#qxltool

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

Post by rwap »

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

Post Reply