From 8ad1d6b813490766a70346e7046d0ccefb0f6ff7 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 24 May 2022 12:15:35 -0400 Subject: [PATCH] Interrupt fixes: supply proper address, raise level, fetch from vector. --- .../68000Mk2/Implementation/68000Mk2Implementation.hpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp index 3f2614ebe..c87ae3372 100644 --- a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp +++ b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp @@ -425,6 +425,7 @@ void Processor