On Sun, Jan 05, 2014 at 03:49:25AM -0800, kmi9000@yahoo.com wrote: > So far, the standard workflow for the extraction of samples from an imd-file is: > > 1) imdu.com file.imd file.bin /B > > 2) cmios9 -r -q1 file.bin > -> use "vc2wav *" to convert all VC files into WAV I can't even get IMDU to even build. It appears to assume it's being run on MS-DOS, on bare metal. I got cmios9 working after a fashion, but not before I'd written my own .wav extractor. > In my opinion, it might be useful to write open source multiplatform tools “imd2bin” and “bin2imd” which could replace the old DOS programs. (Perhaps, somebody already wrote such tools, I have not searched for them yet.) https://github.com/gordonjcp/cmidisk If you look at the end of cmidisk.c you can uncomment a bit that will spit out the whole extracted image. Note that although my crude IMD routine does unpack different disk sectors in the right order, it ignores head and track mapping blocks (just skips over them) and assumes that the cylinder and head are written in the correct order. If you find any disks that do not provide the same output as IMDU.COM (check with md5sum) please file a bug on github. -- Gordonjcp MM0YEQ
Message
Re: [Fairlight-CMI] RE: Couple of disk questions
2014-01-05 by Gordon JC Pearce
Attachments
- No local attachments were found for this message.