mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-28 16:43:35 +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;
|
unsigned cycles = 0;
|
||||||
|
|
||||||
for (int i = 0; i < 0xFF; i++) {
|
for (int i = 0; i < 0x18; i++) {
|
||||||
if (this->_isStopped) {
|
if (this->_isStopped) {
|
||||||
cycles += 1;
|
cycles += 1;
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user