diff --git a/sources/test-Z80.c b/sources/test-Z80.c index 7c9feeca..d6b71820 100644 --- a/sources/test-Z80.c +++ b/sources/test-Z80.c @@ -629,6 +629,7 @@ static zuint8 run_test(int test_index) } RUN(&cpu, test->cycles_expected[0] + Z_UINT32(0x10000000) - j); + cycles += j; check_results: # else RUN(&cpu, test->cycles_expected[0] + Z_USIZE(0x10000000));