Converting CT RAW images to HFE

General discussion forum - for all that doesn't fit in any other category.
Post Reply
caius
Posts: 75
Joined: Sun Jan 30, 2011 12:22 am

Converting CT RAW images to HFE

Post by caius »

Hi all,
I'm a proud owner of a couple of HxC SD floppy emulators plus a flashed Gotek, they work great in all my machines.Someday ago a I came across this Amiga collection of nearly 12000 disk images from the Bamiga Sector 1 cracking group:

http://www.amigaclub.be/bs1/

Most of images are in .ADF format but some (the ones in the last two packs) are in CT RAW obtained with Kryoflux USB floppy low-level controller.

So my question is : is it possible to convert the CT RAW disk image format into HFE (maybe after a conversion to other format)?I tried to import a CT RAW into the HxC software but had to manually specify parameters (which are not 100% known I think).Thanks.

P.S.
Found these disk utilities, I'm gonna to compile them under Linux:

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

Re: Converting CT RAW images to HFE

Post by Jeff »

Put the caps library in the hxc exec folder and you should be able to load ct raw images.

caius
Posts: 75
Joined: Sun Jan 30, 2011 12:22 am

Re: Converting CT RAW images to HFE

Post by caius »

Thanks jeff.
I did already tried to put the CAPSImg.dll into the installation folder but I'm stil unable to import CT RAW into HxC software.
Which is the exact extension for CT RAW images that software expect?Thanks.

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

Re: Converting CT RAW images to HFE

Post by Jeff »

caius wrote:
Wed Mar 07, 2018 12:59 am
Thanks jeff.
I did already tried to put the CAPSImg.dll into the installation folder but I'm stil unable to import CT RAW into HxC software.
Which is the exact extension for CT RAW images that software expect?Thanks.
according to this :
https://sourceforge.net/p/hxcfloppyemu/ ... der.c#l105

Code: Select all

	if(hxc_checkfileext(imgfile,"ipf") || hxc_checkfileext(imgfile,"ct") || hxc_checkfileext(imgfile,"ctr"))
ct or ctr.

caius
Posts: 75
Joined: Sun Jan 30, 2011 12:22 am

Re: Converting CT RAW images to HFE

Post by caius »

Jeff wrote:
Wed Mar 07, 2018 8:34 am


according to this :
https://sourceforge.net/p/hxcfloppyemu/ ... der.c#l105

Code: Select all

	if(hxc_checkfileext(imgfile,"ipf") || hxc_checkfileext(imgfile,"ct") || hxc_checkfileext(imgfile,"ctr"))
ct or ctr.
Tried both .ct and .ctr extension with no luck.I'm using the v2.1.8.0 software.

Post Reply