From 0f7cb2fa5ad7ef042afb0320ae76a50f97964700 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 24 May 2022 15:47:47 -0400 Subject: [PATCH] Attempt to honour the trace flag. --- .../Implementation/68000Mk2Implementation.hpp | 15 +++++++++++++-- .../68000Mk2/Implementation/68000Mk2Storage.hpp | 3 +++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp index 54fe60b00..5220fab10 100644 --- a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp +++ b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp @@ -17,8 +17,6 @@ namespace CPU { namespace MC68000Mk2 { -// TODO: obeyance of the trace flag. - /// States for the state machine which are named by /// me for their purpose rather than automatically by file position. /// These are negative to avoid ambiguity with the other group. @@ -351,6 +349,7 @@ void Processor