1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

Minor layout tweak.

This commit is contained in:
Thomas Harte 2022-06-08 11:42:42 -04:00
parent ab52c5cef2
commit 50130b7004

View File

@ -191,10 +191,10 @@ template <typename M68000> struct Tester {
// Test each 1000 times.
for(int test = 0; test < 1000; test++) {
oldTester->reset_with_opcode(c);
newTester->reset_with_opcode(c);
oldTester->reset_with_opcode(c);
// For arbitrary resons, only run for 200 bus cycles, capturing up to 200 cycles of activity.
// For arbitrary resons, only run for 200 bus cycles, capturing up to 200 clock cycles of activity.
newTester->advance(200, HalfCycles(400));
oldTester->advance(200, HalfCycles(400));