Author: Stween (i-195-137-117-37.freedom2surf.net)
Date: 08-05-2005 17:17
Give http://www.dcs.gla.ac.uk/~strowesd/motorhead.zip a try.
Inside the .zip file is an image of the disk, created using 'dd'*. Copying that byte-for-byte back onto another disk ought to recreate this floppy I have here.
I realise now that the copy I had was one of the dodgily-labelled, cracked versions of the game. I can't get the disk-image to work with Aranym, since it needs a wierd scancode (probably for some cracked demo-screen...), but it shows the 'Trainer' message, so it appears to have copied properly.
Cheers,
S
* I did:
dd if=/dev/fd0 of=/tmp/motorhead.dd
So the reverse is:
dd of=/path/to/motorhead.dd of=/dev/fd0
|