From c6899c6b632fdba2f6fceb9eefaa2d216ee76d5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Thu, 8 Jul 2021 01:09:26 +0200 Subject: [PATCH] push unit test passed --- sources/PPU/PPU.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/PPU/PPU.cpp b/sources/PPU/PPU.cpp index 2a3d69e..4a2e1f1 100644 --- a/sources/PPU/PPU.cpp +++ b/sources/PPU/PPU.cpp @@ -30,7 +30,7 @@ namespace ComSquare::PPU { this->_registers._isLowByte = true; - Utils::Debug::populateEnvironment(*this, 1); + //Utils::Debug::populateEnvironment(*this, 1); } uint8_t PPU::read(uint24_t addr)