Revision fb065187 hw/adlib.c

b/hw/adlib.c
23 23
 */
24 24
#include "vl.h"
25 25

  
26
#define AUDIO_CAP "adlib"
27
#include "audio/audio.h"
26
#define dolog(...) AUD_log ("adlib", __VA_ARGS__)
27
#ifdef DEBUG
28
#define ldebug(...) dolog (__VA_ARGS__)
29
#else
30
#define ldebug(...)
31
#endif
28 32

  
29 33
#ifdef USE_YMF262
30 34
#define HAS_YMF262 1

Also available in: Unified diff