From f8643a62e6b06a481f0daea0debe443af52d677e Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 9 Jun 2022 21:47:28 -0400 Subject: [PATCH] Change RTE and RTR read order. --- .../Implementation/68000Mk2Implementation.hpp | 25 +++++++++++++------ 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp index cafdee677..ef8d84ef4 100644 --- a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp +++ b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp @@ -2396,18 +2396,25 @@ void Processor