diff --git a/LR35902/src/LR35902.cpp b/LR35902/src/LR35902.cpp index 5149742..b8859de 100644 --- a/LR35902/src/LR35902.cpp +++ b/LR35902/src/LR35902.cpp @@ -460,7 +460,7 @@ int EightBit::GameBoy::LR35902::step() noexcept { handleINT(); } else if (UNLIKELY(lowered(HALT()))) { IntelProcessor::memoryRead(PC()); - Processor::execute(0); // NOP + //Processor::execute(0); // NOP } else { Processor::execute(fetchByte()); }