mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-02-21 18:29:07 +00:00
Disable debug-logging for previous AY8913 fix
This commit is contained in:
parent
024e97ac9b
commit
fad4dd2ad1
@ -504,7 +504,7 @@ void CAY8910::sound_ay_overlay( void )
|
||||
dbgCount++;
|
||||
}
|
||||
}
|
||||
#if defined(_DEBUG) && 1
|
||||
#if defined(_DEBUG) && 0
|
||||
if (dbgCount)
|
||||
{
|
||||
LogOutput("ay_change: saved %d\n", dbgCount); // [TC] previously would've been dumped!
|
||||
|
Loading…
x
Reference in New Issue
Block a user