HxC Software
- XorA
- Site Admin
- Posts: 1667
- Joined: Thu Jun 02, 2011 11:31 am
- Location: Shotts, North Lanarkshire, Scotland, UK
HxC Software
I have a play with the HxC software today and wrote a loader for QL .img files.
I have posted it on HxC forums here :-
http://torlus.com/floppy/forum/viewtopi ... =19&t=1380
G
I have posted it on HxC forums here :-
http://torlus.com/floppy/forum/viewtopi ... =19&t=1380
G
-
- RWAP Master
- Posts: 2893
- Joined: Sun Nov 28, 2010 4:51 pm
- Location: Stone, United Kingdom
- Contact:
Re: HxC Software
Great - what's a tgz file? Could you upload it here as a zip file?
Rich Mellor
RWAP Software
RWAP Adventures
SellMyRetro
Retro-Printer Module - add a USB printer to your QL
Also Involved in:
Icephorm
RWAP Software
RWAP Adventures
SellMyRetro
Retro-Printer Module - add a USB printer to your QL
Also Involved in:
Icephorm
- XorA
- Site Admin
- Posts: 1667
- Joined: Thu Jun 02, 2011 11:31 am
- Location: Shotts, North Lanarkshire, Scotland, UK
Re: HxC Software
tgz is tar.gz you can tell Im a Unix guy 

- Attachments
-
- ql_loader.zip
- (3.27 KiB) Downloaded 243 times
-
- RWAP Master
- Posts: 2893
- Joined: Sun Nov 28, 2010 4:51 pm
- Location: Stone, United Kingdom
- Contact:
Re: HxC Software
OK - it would be good to add QL mode as native to the HxC Software.
A quick look suggests this is only for DD disks - it could do with two versions - one for DD and one for HD.
I did try getting ED disk images to work - but unfortunately, couldn't - I think the problem was we didn't know how the QL detects an ED disk....
A quick look suggests this is only for DD disks - it could do with two versions - one for DD and one for HD.
I did try getting ED disk images to work - but unfortunately, couldn't - I think the problem was we didn't know how the QL detects an ED disk....
Rich Mellor
RWAP Software
RWAP Adventures
SellMyRetro
Retro-Printer Module - add a USB printer to your QL
Also Involved in:
Icephorm
RWAP Software
RWAP Adventures
SellMyRetro
Retro-Printer Module - add a USB printer to your QL
Also Involved in:
Icephorm
- XorA
- Site Admin
- Posts: 1667
- Joined: Thu Jun 02, 2011 11:31 am
- Location: Shotts, North Lanarkshire, Scotland, UK
Re: HxC Software
Nope its for HD disks as well.
else
{
floppydisk->floppySectorPerTrack=18;
floppydisk->floppyBitRate=DEFAULT_HD_BITRATE;
}
G
else
{
floppydisk->floppySectorPerTrack=18;
floppydisk->floppyBitRate=DEFAULT_HD_BITRATE;
}
G
-
- RWAP Master
- Posts: 2893
- Joined: Sun Nov 28, 2010 4:51 pm
- Location: Stone, United Kingdom
- Contact:
Re: HxC Software
Great - missed those lines...
What we need is some form of explorer too - so that you can switch between disk images from within the QL itself, rather than using the front display buttons....
What we need is some form of explorer too - so that you can switch between disk images from within the QL itself, rather than using the front display buttons....
Rich Mellor
RWAP Software
RWAP Adventures
SellMyRetro
Retro-Printer Module - add a USB printer to your QL
Also Involved in:
Icephorm
RWAP Software
RWAP Adventures
SellMyRetro
Retro-Printer Module - add a USB printer to your QL
Also Involved in:
Icephorm
Re: HxC Software
Bearing in mind that HxC just emulates the hardware of a floppy disk drive I'm not really sure that is possibleRWAP wrote:Great - missed those lines...
What we need is some form of explorer too - so that you can switch between disk images from within the QL itself, rather than using the front display buttons....


Cheers.
Phill.
- XorA
- Site Admin
- Posts: 1667
- Joined: Thu Jun 02, 2011 11:31 am
- Location: Shotts, North Lanarkshire, Scotland, UK
Re: HxC Software
It is certainly possible, it exists already for the Amstrad CPC and Amiga. You can access the FAT filesystem directly, and send special commands to switch images. I don't know enough about the QL yet, but the source is available for the CPC explorer if someone wants to have a go.prime wrote:Bearing in mind that HxC just emulates the hardware of a floppy disk drive I'm not really sure that is possibleRWAP wrote:Great - missed those lines...
What we need is some form of explorer too - so that you can switch between disk images from within the QL itself, rather than using the front display buttons....![]()
Especially considering the closed source nature of the HxC microcontroller's code.
Cheers.
Phill.
Graeme
Re: HxC Software
It is definitely possible - The protocol to access arbitrary blocks on the SD Card is very well documented (it's mainly escaped into by positioning the "head" of the virtual floppy to a nonexistent track 255).
I'd rather have something like that one:
http://hxcmount.atomas.com
Which basically evaluates to a hard disk driver.....
Regards,
Tobias
I'd rather have something like that one:
http://hxcmount.atomas.com
Which basically evaluates to a hard disk driver.....
Regards,
Tobias
ʎɐqǝ ɯoɹɟ ǝq oʇ ƃuᴉoƃ ʇou sᴉ pɹɐoqʎǝʞ ʇxǝu ʎɯ 'ɹɐǝp ɥO
Re: HxC Software
If someone's willing to write the uC code, I'm happy to make our own brand of these. They sell well, and they have rather inflated prices for what they are: whoever writes the code would make a good income from their cut. 
