From ea553923077147d9a48fd1db3b3ff4d7ea637673 Mon Sep 17 00:00:00 2001 From: Melefo <42809472+Melefo@users.noreply.github.com> Date: Wed, 20 May 2020 16:03:34 +0200 Subject: [PATCH] Merging with master to PR --- sources/CPU/CPU.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/CPU/CPU.cpp b/sources/CPU/CPU.cpp index dc36ed4..9b9debf 100644 --- a/sources/CPU/CPU.cpp +++ b/sources/CPU/CPU.cpp @@ -205,7 +205,7 @@ namespace ComSquare::CPU { unsigned cycles = 0; - for (int i = 0; i < 0x18; i++) { + for (int i = 0; i < 0x17; i++) { if (this->_isStopped) { cycles += 1; continue;