"Charlie" wrote in message news:<3c101349_1@news.starnetinc.com>... > If you ever find a nibblized 2img image please let me know. I too have been > looking for one without any luck. In fact the only type I have found are > ProDOS images. That is the reason my FishWings program only supports the > ProDOS (ProDOS order) variety of 2imgs. Incidentally, if I read the 2img > format correctly you could have ProDOS images that have either ProDOS order > or DOS 3.3 order. > > Charlie Yes, that is what I got from it too. well, I've gone ahead and made my program deal with 2img disks of all types: ProDOS, DOS, Pascal, CP/M OS's ProDOS (Pascal), DOS, CP/M and Copy ][+ sector order Nibblized or not here's my enum extension: enum { IMG_Format_DOS, IMG_Format_PRO, IMG_Format_NIB, IMG_Format_C2P, IMG_Format_CPM }; typedef ulong IMG_FormatType; notice I added Copy][+ and CPM after NIB, these are new. this is the "format" field of the 2mg header. Note: if it's a NIB disk, then you have to sniff for the sector order, again, I support all 4. my program runs on Mac, but if you want me to make you disk images of all types, i'm happy to. I'm still waiting to hear back from Henrik about his $0.02. so don't consider this the final format. -laz