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

Uncover another three already-working test files.

This commit is contained in:
Thomas Harte 2022-05-20 12:44:57 -04:00
parent b4978d1452
commit 6d7ec07216

View File

@ -165,10 +165,14 @@ struct TestProcessor: public CPU::MC68000Mk2::BusHandler {
@"addq_subq.json",
@"addx_subx.json",
@"bcc.json",
@"cmp.json",
@"dbcc_scc.json",
@"eor_and_or.json",
@"ext.json",
@"nbcd.json",
@"ext.json"]]; // 10/32 = ~31 % done, as far as the tests go.
@"ext.json",
@"swap.json",
]]; // 13/32 = ~41 % done, as far as the tests go.
// _testSet = [NSSet setWithArray:@[@"ADDQ 05df"]];
}