diff --git a/sources/SNES.cpp b/sources/SNES.cpp index 7274243..bcbce3c 100644 --- a/sources/SNES.cpp +++ b/sources/SNES.cpp @@ -31,7 +31,7 @@ namespace ComSquare { unsigned cycleCount = this->cpu->update(); this->ppu->update(cycleCount); -// this->apu->update(cycleCount); + this->apu->update(cycleCount); } void SNES::enableCPUDebugging(bool pause)