Suggestion
Suggestion
How about an option to convert a HFE file into an "real" image again?
That will be useful when we write a program or something in SD and need to put in a real disk.
Is this possible?
Regards.
That will be useful when we write a program or something in SD and need to put in a real disk.
Is this possible?
Regards.
HFE2IMG
It would be very useful to convert img2hfe and vise versa.
I think that first found on SD card image automounting would be useful too.
I think that first found on SD card image automounting would be useful too.
ZX-Spectrum/128k/TR-DOS/HxC Floppy Drive Emulator/YM2149F/ROM-DISK
Re: Suggestion
DFL wrote:How about an option to convert a HFE file into an "real" image again?
That will be useful when we write a program or something in SD and need to put in a real disk.
Is this possible?
Regards.
Yes this is possible, and i will add it soon.
Re: HFE2IMG
yes this will be done soon.Pryanick wrote:It would be very useful to convert img2hfe and vise versa.
I think that first found on SD card image automounting would be useful too.
Re: HFE2IMG
I think if this emulator can read and write img file instead of hfe file, we don't need to write a program to converthfe2img and there are many freeware supported the img file.Jeff wrote:yes this will be done soon.Pryanick wrote:It would be very useful to convert img2hfe and vise versa.
I think that first found on SD card image automounting would be useful too.
Re: HFE2IMG
This means that the PIC must encode data sector in real time. hard to make something cycle accurate.trungvn wrote:I think if this emulator can read and write img file instead of hfe file, we don't need to write a program to converthfe2img and there are many freeware supported the img file.Jeff wrote:yes this will be done soon.Pryanick wrote:It would be very useful to convert img2hfe and vise versa.
I think that first found on SD card image automounting would be useful too.
This also means that the PIC must be able to read all file image format : *.ST/*.MSA/*.STX/*.ADF/*.ADZ/*.DMS/*.IPF/*.DSK/*.IMG/*.TRD/*.SCL/... All these files formats are quite different, and need a specific loader. And some of them are quite impossible to "read" with a simple uC (memory and speed problems, example : gzipped file format image like ADZ).
Additionally the conversion program allows me to easily change the hardware (change of the PIC by an other uC or a FPGA) without rewriting all of the project…
Remember : the HxC Floppy Emulator is mainly a software project, not a hardware project

So no, the PIC board will never directly read/write IMG file format.
done : https://hxc2001.com/floppy_drive_emulat ... r_soft.zipPryanick wrote:Lets work with hfe-file but not with real img-file, its much more easier.
So hfe2img converting program would be usefull
you can extract all floppy sector to a img file (rename it to trd to have a trd file

ADF doesn't work. Crash the program. Tried with many images...DFL wrote:Works for me too (TRD in Spectrum and DSK in MSX)...Pryanick wrote:Hi Jeff
I have tested new program version.
Its working!!!
Image hfe-file changed by Spectrum under HxC emulator I can convert into real *.TRD image file.
TnX, Jeff!
Thanks Jeff
normal, it's not supported at this day -> amiga format is not the ISO standard.DFL wrote:ADF doesn't work. Crash the program. Tried with many images...DFL wrote:Works for me too (TRD in Spectrum and DSK in MSX)...Pryanick wrote:Hi Jeff
I have tested new program version.
Its working!!!
Image hfe-file changed by Spectrum under HxC emulator I can convert into real *.TRD image file.
TnX, Jeff!
Thanks Jeff
Hmm... I forgot about that.Jeff wrote:why ? the standalone version is read only for the amiga. So it seems useless to me to have an hfe->adf file converter ?DFL wrote:Hey Jeff,Jeff wrote: normal, it's not supported at this day -> amiga format is not the ISO standard.
any chance to see an HFE->ADF support soon?
Thanks.

So... Any chance to see ADF with write support?
