From c7c12f96381e72bf5040b5b3e19e27320e36431b Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Fri, 20 May 2022 14:47:11 -0400 Subject: [PATCH] After a quick check, eori_andi_ori also now passes. --- OSBindings/Mac/Clock SignalTests/68000ComparativeTests.mm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/OSBindings/Mac/Clock SignalTests/68000ComparativeTests.mm b/OSBindings/Mac/Clock SignalTests/68000ComparativeTests.mm index 2c3425337..bce4add22 100644 --- a/OSBindings/Mac/Clock SignalTests/68000ComparativeTests.mm +++ b/OSBindings/Mac/Clock SignalTests/68000ComparativeTests.mm @@ -165,16 +165,17 @@ struct TestProcessor: public CPU::MC68000Mk2::BusHandler { @"addq_subq.json", @"addx_subx.json", @"bcc.json", - @"btst_bchg_bclr_bset.json", + @"btst_bchg_bclr_bset.json", // @"cmp.json", @"dbcc_scc.json", @"eor_and_or.json", + @"eori_andi_ori.json", @"ext.json", @"movep.json", @"nbcd.json", @"ext.json", @"swap.json", - ]]; // 15/32 = ~47 % done, as far as the tests go. + ]]; // 16/32 = 50 % done, as far as the tests go. // _testSet = [NSSet setWithArray:@[@"BCLR 0122"]]; }