Re: [hatari-devel] New stream by Cybernetics - write floppy disk issue |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Am Sat, 16 Aug 2014 14:05:49 +0300
schrieb Eero Tamminen <oak@xxxxxxxxxxxxxx>:
>
> Attached is a trivial Python script which can be used to do convert
> the IMG file to .ST floppy image. It seems to work also with
> other demo by this same crew:
> http://www.pouet.net/prod.php?which=14457
Just a quick note: You can also use dd to strip such an 8 byte header:
dd if=NEWSTREM.IMG of=newstrem.st bs=8 skip=1
Thomas