mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-07 23:25:00 +00:00
Restore 1000 test count.
This commit is contained in:
@@ -313,7 +313,7 @@ template <typename M68000> struct Tester {
|
||||
}
|
||||
|
||||
// Test each 1000 times.
|
||||
for(int test = 0; test < 10; test++) {
|
||||
for(int test = 0; test < 1000; test++) {
|
||||
++testsRun;
|
||||
|
||||
// Establish with certainty the initial memory state.
|
||||
|
Reference in New Issue
Block a user