https://gist.github.com/1310270
Source of a Java program to convert dtc -i4 dumps to DSK images usable in Amstrad CPC emulators.
This is a basic implementation and can only cope with single sided, 40 track dumps of AMSDOS 3" disks in DATA or SYSTEM format. However that should be enough to recover non-copy protected disks.
Convert "i4" dump files to Amstrad DSK
Re: Convert "i4" dump files to Amstrad DSK
Nice!
Out of interest, do you know if any Amstrad emulators support plain MFM sector images without all this header stuff on the front?
Out of interest, do you know if any Amstrad emulators support plain MFM sector images without all this header stuff on the front?
-
- Posts: 61
- Joined: Thu May 12, 2011 10:56 pm
Re: Convert "i4" dump files to Amstrad DSK
As far as know the CPC world used only 2 types of floppy disk images :karadoc wrote:Nice!
Out of interest, do you know if any Amstrad emulators support plain MFM sector images without all this header stuff on the front?
CPC - DSK.
http://www.cpctech.org.uk/docs/dsk.html
and
Extended CPC DSK.
http://www.cpctech.org.uk/docs/extdsk.html
For cpc users the support of these kind of files is a need

Convert "i4" dump files to Amstrad DSK
I am glad that the IMG files we create have all MFM data present, so you can convert with small tools as needed.
We are also happy to collaborate if anyone wants a special format supported.
We are also happy to collaborate if anyone wants a special format supported.
Team KryoFlux
http://www.kryoflux.com
http://www.kryoflux.com
Re: Convert "i4" dump files to Amstrad DSK
Yes, anything can be added as long as there is enough interest 
