shithub: choc

Download patch

ref: 07f50245788a5a5b259864c1631d4e97eaec92fb
parent: 79698ecfd9e025f28350566d2b89b223688a1b45
author: Simon Howard <fraggle@gmail.com>
date: Thu Sep 24 17:57:21 EDT 2009

Disable OPL debug output.

Subversion-branch: /branches/opl-branch
Subversion-revision: 1689

--- 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;