Game Boy: remove debug message

This commit is contained in:
tildearrow 2023-08-03 00:45:03 -05:00
parent 747b5d19bd
commit 23daabf5b9
1 changed files with 0 additions and 1 deletions

View File

@ -81,7 +81,6 @@ void DivPlatformGB::acquire(short** buf, size_t len) {
}
void DivPlatformGB::updateWave() {
logV("WAVE UPDATE");
rWrite(0x1a,0);
for (int i=0; i<16; i++) {
int nibble1=ws.output[((i<<1)+antiClickWavePos)&31];