1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-25 16:31:42 +00:00

Now that this is getting close, don't stop at the first error.

This commit is contained in:
Thomas Harte 2021-09-29 22:19:34 -04:00
parent 402fa41bc0
commit ad90c6b6ce

View File

@ -82,7 +82,8 @@ struct Chipset {};
// For now, indicate only the first failure.
if(ram[write.first >> 1] != write.second) {
hasFailed = YES;
break;
// hasFailed = YES;
}
}
writes.clear();