From 79e2c17f93e05734981d2e1a48992392d5900261 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 26 May 2022 20:20:28 -0400 Subject: [PATCH] Fix interrupt request address. --- Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp index dd6ecd5cd..0033c7713 100644 --- a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp +++ b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp @@ -531,7 +531,7 @@ void Processor