diff --git a/OSBindings/Mac/Clock SignalTests/68000ComparativeTests.mm b/OSBindings/Mac/Clock SignalTests/68000ComparativeTests.mm index 21686e9ae..02361e1a5 100644 --- a/OSBindings/Mac/Clock SignalTests/68000ComparativeTests.mm +++ b/OSBindings/Mac/Clock SignalTests/68000ComparativeTests.mm @@ -182,7 +182,7 @@ struct TestProcessor: public CPU::MC68000Mk2::BusHandler { // @"moveq.json", @"mulu_muls.json", @"nbcd_pea.json", -// @"neg_not.json", + @"neg_not.json", // @"negx_clr.json", // @"rtr.json", // @"rts.json", @@ -190,7 +190,7 @@ struct TestProcessor: public CPU::MC68000Mk2::BusHandler { @"tas.json", @"tst.json", ]]; - _testSet = [NSSet setWithArray:@[@"MOVE to CCR 44d3"]]; +// _testSet = [NSSet setWithArray:@[@"MOVE from SR 40eb"]]; } - (void)testAll { diff --git a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp index 7fd5c2d78..1284e712b 100644 --- a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp +++ b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp @@ -735,10 +735,11 @@ void Processor