Le 26/11/2016 à 07:37, Thomas Huth a écrit :
Am Sat, 26 Nov 2016 00:57:48 +0100
schrieb Nicolas Pomarède <npomarede@xxxxxxxxxxxx>:
Le 26/11/2016 à 00:54, Laurent Sallafranque a écrit :
Or maybe a write to floppy (only if write is enabled of course) when
there's a floppy change or when we quit hatari ?
I think it's already the case when there's a floppy change.
We do save the contents of the floppy disk when exiting Hatari, don't
we? I mean even without explicitely ejecting the floppy first. At least
we did that in the past. If not, that's a bug somewhere.
Yes, we call Floppy_uninit, which saves the content of the floppy, so
it should be OK. I had the feeling I saw a case where the content of
the floppy was not saved (maybe after creating a new one), but that
was while working on other things, so maybe it was on my side. I tried
a few times tonight and could not reproduce it.
Let's see if Laurent has a reproducible case.
Nicolas