DEBUG1
#define DEBUG1 0x0081
#define DEBUG1(module, fmt, arg1) \
#define DEBUG1(f,a) if (debug) fprintf(debug, f, a)