mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-01 09:45:25 +00:00
Merge branch 'master' of github.com:AnonymusRaccoon/ComSquare into CPU
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user