Merging with master to PR

This commit is contained in:
Melefo
2020-05-20 16:03:34 +02:00
parent a6d791acfc
commit ea55392307
+1 -1
View File
@@ -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;