From efe5a5ac26fab2d1d2568f391aed48435ce4c857 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 19 May 2022 18:50:43 -0400 Subject: [PATCH] Signal will_perform even for invalid instructions. --- .../68000Mk2/Implementation/68000Mk2Implementation.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp index 344214215..db975a5b3 100644 --- a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp +++ b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp @@ -301,6 +301,11 @@ void Processor