From 6f048de97326dea759575f532c0039d04cd8a8ad Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 24 May 2022 12:42:34 -0400 Subject: [PATCH] Pull unrecognised instruction handling into the usual switch table. --- .../Implementation/68000Mk2Implementation.hpp | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp index c87ae3372..1350b2571 100644 --- a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp +++ b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp @@ -503,22 +503,6 @@ void Processor