#include <stdio.h> #include <stdlib.h> #include <string.h> // BIN2ISO (C) 2000 by DeXT // // This is a very simple utility to convert a BIN image (either RAW/2352 or Mode2/2336 format) // to standard ISO format (2048 b/s). Structure of images are as follows: // // Mode 1 (2352): Sync (12), Address (3), Mode (1), Data (2048), ECC … [Continue reading...]