Am Sun, 01 Jun 2014 13:53:08 +0200
schrieb Laurent Sallafranque <laurent.sallafranque@xxxxxxx>:
OK, it works and I understand now how it works.
I encounter a new problem : the version selected by the bisect gives
some compiling errors :
[ 61%] Building C object src/CMakeFiles/hatari.dir/floppy_ipf.c.o
/home/laurent/Atari/hatari/src/floppy_ipf.c: In function
‘IPF_Drive_Update_Enable’:
/home/laurent/Atari/hatari/src/floppy_ipf.c:566:16: erreur:
‘IPF_STRUCT’ has no member named ‘DriveEnabled’
/home/laurent/Atari/hatari/src/floppy_ipf.c:567:19: erreur:
‘IPF_STRUCT’ has no member named ‘Fdc’
/home/laurent/Atari/hatari/src/floppy_ipf.c:569:19: erreur:
‘IPF_STRUCT’ has no member named ‘Fdc’
So I don't know if this version is --good or --bad
In that case, try "hg bisect --skip".
Thomas