mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-28 16:43:35 +00:00
Merging with master to PR
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user