opldebug           68 dev/ic/opl.c   #define DPRINTF(x)	if (opldebug) printf x
opldebug           69 dev/ic/opl.c   #define DPRINTFN(n,x)	if (opldebug >= (n)) printf x
opldebug           70 dev/ic/opl.c   int	opldebug = 0;