diff --git a/LR35902/src/LR35902.cpp b/LR35902/src/LR35902.cpp index 1fb7f57..da7e581 100644 --- a/LR35902/src/LR35902.cpp +++ b/LR35902/src/LR35902.cpp @@ -41,7 +41,6 @@ void EightBit::LR35902::ei() { } int EightBit::LR35902::interrupt(uint8_t value) { - cycles = 0; di(); restart(value); return 4;