Disable debug-logging for previous AY8913 fix

This commit is contained in:
tomcw 2021-01-30 12:50:33 +00:00
parent 024e97ac9b
commit fad4dd2ad1

View file

@ -504,7 +504,7 @@ void CAY8910::sound_ay_overlay( void )
dbgCount++; dbgCount++;
} }
} }
#if defined(_DEBUG) && 1 #if defined(_DEBUG) && 0
if (dbgCount) if (dbgCount)
{ {
LogOutput("ay_change: saved %d\n", dbgCount); // [TC] previously would've been dumped! LogOutput("ay_change: saved %d\n", dbgCount); // [TC] previously would've been dumped!