--- uae/src/include/gensound.h 2018/04/24 16:42:32 1.1.1.2 +++ uae/src/include/gensound.h 2018/04/24 16:43:48 1.1.1.3 @@ -12,7 +12,8 @@ extern int sound_available; extern void (*sample_handler) (void); extern unsigned long sample_evtime; -/* Determine if we can produce any sound at all. */ +/* Determine if we can produce any sound at all. This can be only a guess; + * if unsure, say yes. Any call to init_sound may change the value. */ extern int setup_sound (void); extern int init_sound (void);