From e248092014c7076820485fbd2c8b41ffa1e305ef Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 16 Jun 2022 15:10:19 -0400 Subject: [PATCH] Fix return address following a STOP. --- .../68000Mk2/Implementation/68000Mk2Implementation.hpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp index 9eef84cee..83c1db06a 100644 --- a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp +++ b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp @@ -382,6 +382,13 @@ void Processor