From cfafbfd141221e20f2853c9aa0b930639ad05178 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sat, 4 Jun 2022 15:20:38 -0400 Subject: [PATCH] Fix interrupt acknowledge cycle: signals and data size. --- .../Implementation/68000Mk2Implementation.hpp | 12 ++++++------ .../68000Mk2/Implementation/68000Mk2Storage.hpp | 6 ++++++ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp index 2d5dc60f7..faed7b03f 100644 --- a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp +++ b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp @@ -547,13 +547,14 @@ void Processor