From 09c404302fa4b6e1ba0dba97205826b711f55a4a Mon Sep 17 00:00:00 2001 From: dinkc64 <12570148+dinkc64@users.noreply.github.com> Date: Sun, 28 Sep 2014 05:23:11 +0000 Subject: [PATCH] un-super debug (x1010.cpp) --- src/burn/snd/x1010.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/burn/snd/x1010.cpp b/src/burn/snd/x1010.cpp index e0ea0e7e8..70b939570 100644 --- a/src/burn/snd/x1010.cpp +++ b/src/burn/snd/x1010.cpp @@ -147,7 +147,7 @@ void x1010_sound_update() // Envelope one shot mode if( (reg->status&4) != 0 || delta >= 0x80 ) { reg->status &= 0xfe; // Key off - bprintf(0, _T("--super debug!-- smp ended delta[%X]\n"), delta); + //bprintf(0, _T("--super debug!-- smp ended delta[%X]\n"), delta); break; }