From 282c4121d6bdfb4fdd6ed39ab2bc8f2ddfc80b91 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 19 May 2022 16:30:08 -0400 Subject: [PATCH] CLR also follows the NEGX/NEG/NOT pattern. --- .../68000Mk2/Implementation/68000Mk2Implementation.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp index 3de565497..5662a028a 100644 --- a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp +++ b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp @@ -349,13 +349,13 @@ void Processor