Dragon 32 / Dragon 64 Version

HxC Floppy emulator support for all others computers...
Post Reply
rwap
Posts: 52
Joined: Fri Feb 26, 2010 5:04 pm

Dragon 32 / Dragon 64 Version

Post by rwap »

Jeff,

Whilst you are looking at the Sinclair QL version, how about a Dragon 32 / Dragon 64 version of the software?

Details are:
DragonDOS 40T SS DD:
MFM Double Density
number of tracks (40)
number of sides (1)
number of sectors per track (18)
sector size (256)
2:1 interleave
bitrate ??

DragonDOS 40T DS DD:
MFM Double Density
number of tracks (40)
number of sides (2)
number of sectors per track (18)
sector size (256)
2:1 interleave
bitrate ??

DragonDOS 80T SS DD:
MFM Double Density
number of tracks (80)
number of sides (1)
number of sectors per track (18)
sector size (256)
2:1 interleave
bitrate ??

DragonDOS 80T DS DD:
MFM Double Density
number of tracks (80)
number of sides (2)
number of sectors per track (18)
sector size (256)
2:1 interleave
bitrate ??

bitrates (at least as far as the WD2797 is concerned ) are 256kbits/s for DD

lotharek
Posts: 180
Joined: Fri Nov 13, 2009 9:35 am
Location: Poland
Contact:

Re: Dragon 32 / Dragon 64 Version

Post by lotharek »

rwap -- Yours board are ready - pic programming left and testing
..... Atari Roxxx !!!

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

Re: Dragon 32 / Dragon 64 Version

Post by rwap »

lotharek wrote:rwap -- Yours board are ready - pic programming left and testing
Great - would love to introduce these to the QL and the Dragon markets :-)

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

Re: Dragon 32 / Dragon 64 Version

Post by Jeff »

rwap wrote:
lotharek wrote:rwap -- Yours board are ready - pic programming left and testing
Great - would love to introduce these to the QL and the Dragon markets :-)
Yes all this formats are supported if you use the "Load Raw image" button.

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

Post by rwap »

Actually Jeff, it looks as though if support were added for Dragon disk image files, they would also work for TRS-80 disks and possibly others, like the Newbrain computers..

Not quite a raw disk image, as there is a header at the start and 3 different formats - see:

http://archive.worldofdragon.org/index. ... ile_Format

The three file types are described at the bottom of the page.

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

Post by rwap »

At the Vintage Computer Festival last weekend, some Dragon users had the chance to try this out and managed to get it working with the Dragon 32 Computer.

Jeff - any chance you could incorporate some of the changes in the software - it is fairly easy.

You need to take a Dragon 32 VDK or JVC and remove the header - calculate the image size modulo 256 and trim that many bytes from the beginning of the image. e.g., if the file size is 184332, (184332 % 256) == 12, so delete 12 bytes from the beginning of the file (leaving 184320 bytes which is 40 * 18 * 256).

This should also work with the Tandy CoCo.

The options then needed for the disk image are:

Track type: MFM
Reverse side: leave unticked
tracks ... grouped: leave unticked
GAP3 length: 24
Sector ID start: 1
Sectors size: 256
Interleave: 2 (otherwise it'll be very slow)
Sectors per track: 18
RPM: 300
Bitrate: 250000

If this could be added as its own Dragon 32 JVC/VDK import that would be great.

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

Post by Jeff »


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

Post by rwap »

That is great - many thanks Jeff

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

Post by Jeff »

rwap wrote:That is great - many thanks Jeff
Please give me a feedback after your tests.

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

Post by rwap »

The software seems to work fine on all the images which have been tried, so the Dragon 32 can be added to the list of compatible computers :-)

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

Post by Jeff »

rwap wrote:The software seems to work fine on all the images which have been tried, so the Dragon 32 can be added to the list of compatible computers :-)
Thanks !

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

Post by rwap »

It has even now been tested on the Dragon Alpha (also known as the Dragon Professional) - although as it was an unreleased business machine (I have seen 3 of the 4 units known to exist) it is probably not worth mentioning!

Post Reply