|
You're probably missing the IP. You'll need to grab the first 16 sectors (32,768 bytes for a mode1/2048 image) out of the original image and copy them into the new image. This is an ISO-9660-defined bootstrap code/data area, but its format/contents are not specified at all (i.e. developers can use it however they want without violating ISO 9660), and it is not part of the actual filesystem, so the only way to copy it is directly from the image. This contains the saturn boot code and Sega logo. I only know how to do it with unix/linux tools, but chances are that software like ISOBuster or CDMage has an option for it somewhere. In the worst case you could just use your hex editor, I guess... |