mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-23 14:58:36 +00:00
Temporary better synchronisation between CPU & APU by decreasing the number of instructions and therefor the number of cycles
This commit is contained in:
+1
-1
@@ -205,7 +205,7 @@ namespace ComSquare::CPU
|
||||
{
|
||||
unsigned cycles = 0;
|
||||
|
||||
for (int i = 0; i < 0xFF; i++) {
|
||||
for (int i = 0; i < 0x18; i++) {
|
||||
if (this->_isStopped) {
|
||||
cycles += 1;
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user