jfdelnero / HxCFloppyEmulator

HxC Floppy Drive Emulator toolkit
https://hxc2001.com/floppy_drive_emulator/
87 stars 13 forks source link

conversion to ipf doesn't work #3

Open BitBlit88 opened 1 year ago

BitBlit88 commented 1 year ago

When I try to convert any raw 1.44MB DOS image to ipf, a 17KB file is created that contains no data. For example:

Take a FreeDOS disk image from: https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.3/official/FD13-FloppyEdition.zip

And try to convert with the command:

hxcfe.exe -finput:x86BOOT.img -foutput:x86BOOT.ipf -conv:SPS_IPF

An empty ipf file is created.

jfdelnero commented 1 year ago

Yes i confirm that the IPF writer is currently very far to be finished.

jfdelnero commented 1 year ago

Related code source : https://github.com/jfdelnero/HxCFloppyEmulator/blob/main/libhxcfe/sources/loaders/ipf_loader/ipf_writer.c