From c7aa4d8b6d8a9aa7a2c3be4e796d6b1e9f535460 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 16 May 2022 21:00:25 -0400 Subject: [PATCH] Fix state transitions. Confirmed that the 68000 mk 2 now appears correctly to perform a reset. --- .../Implementation/68000Mk2Implementation.hpp | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp index 2ca04edfb..7641d38f0 100644 --- a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp +++ b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp @@ -27,9 +27,12 @@ void Processor