mirror of
https://github.com/JorjBauer/aiie.git
synced 2025-08-08 17:24:57 +00:00
removed debugging
This commit is contained in:
@@ -136,11 +136,9 @@ void SDLSpeaker::maintainSpeaker(uint32_t c)
|
||||
mixerValue += (toggleState ? 0xFF : 0x00);
|
||||
numMixed += 2;
|
||||
|
||||
#if DEBUGGING
|
||||
if (numMixed != 8) {
|
||||
printf("SPEAKER FAIL - should always be 8\n");
|
||||
}
|
||||
#endif
|
||||
|
||||
mixerValue >>= 3; // divide by 8
|
||||
|
||||
|
Reference in New Issue
Block a user