mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-04 13:31:26 +00:00
Restore 1000 test count.
This commit is contained in:
parent
d91f8a264e
commit
6cc41d6dda
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user