Merge branch 'master' of github.com:AnonymusRaccoon/ComSquare into CPU

This commit is contained in:
Anonymus Raccoon
2020-05-27 16:11:09 +02:00
13 changed files with 162 additions and 157 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ namespace ComSquare::CPU
{
unsigned cycles = 0;
for (int i = 0; i < 0xFF; i++) {
for (int i = 0; i < 0x17; i++) {
if (this->_isStopped) {
cycles += 1;
continue;