mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-02-22 10:28:59 +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++;
|
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!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user