----- Laurent Sallafranque wrote:
I don't understand : I've also done it by hand :
   hg update 5942   is OK, I have sound
   hg update 5943   is KO, I have no sound.
tested with SDL 1.2 in both case, I have just recompiled.
Laurent
Hi Laurent,
Do you get sound when you manually revert changeset 5943 ?
(re-comment the first define, and un-comment the second)
I was going to find grep the sources, but am too lazy.
diff -r e6f09bdcedfc -r 65c28383507f src/includes/version.h
--- a/src/includes/version.h	Sun Nov 01 22:52:34 2015 +0100
+++ b/src/includes/version.h	Mon Nov 02 16:50:20 2015 +0100
@@ -10,7 +10,7 @@
  #else
  # define CPU_CORE_NAME "(OldUAE CPU core)"
  #endif
-//#define PROG_NAME "Hatari v1.9.0-devel (" __DATE__ ") " CPU_CORE_NAME
+#define PROG_NAME "Hatari v1.9.0-devel (" __DATE__ ") " CPU_CORE_NAME
  
  /* release */
-#define PROG_NAME "Hatari v1.9.0"
+//#define PROG_NAME "Hatari v1.9.0"