summaryrefslogtreecommitdiff
path: root/opl
diff options
context:
space:
mode:
authorSimon Howard2009-09-24 21:57:21 +0000
committerSimon Howard2009-09-24 21:57:21 +0000
commit07f50245788a5a5b259864c1631d4e97eaec92fb (patch)
treedaab5550f960d9a04f52fc872dcb8834eafe38a0 /opl
parent79698ecfd9e025f28350566d2b89b223688a1b45 (diff)
downloadchocolate-doom-07f50245788a5a5b259864c1631d4e97eaec92fb.tar.gz
chocolate-doom-07f50245788a5a5b259864c1631d4e97eaec92fb.tar.bz2
chocolate-doom-07f50245788a5a5b259864c1631d4e97eaec92fb.zip
Disable OPL debug output.
Subversion-branch: /branches/opl-branch Subversion-revision: 1689
Diffstat (limited to 'opl')
-rw-r--r--opl/opl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opl/opl.c b/opl/opl.c
index 9d73fe0e..9ec19fd4 100644
--- a/opl/opl.c
+++ b/opl/opl.c
@@ -33,7 +33,7 @@
#include "opl.h"
#include "opl_internal.h"
-#define OPL_DEBUG_TRACE
+//#define OPL_DEBUG_TRACE
#ifdef HAVE_IOPERM
extern opl_driver_t opl_linux_driver;