From fa49737538f11dc0465ae274f5d930d250aac7ca Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 2 May 2022 08:40:47 -0400 Subject: [PATCH] Correct processor name. --- Processors/68000/State/State.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Processors/68000/State/State.hpp b/Processors/68000/State/State.hpp index f15337e86..c7fc97275 100644 --- a/Processors/68000/State/State.hpp +++ b/Processors/68000/State/State.hpp @@ -56,8 +56,8 @@ struct State: public Reflection::StructImpl { } inputs; /*! - Contains internal state used by this particular implementation of a 6502. Most of it - does not necessarily correlate with anything in a real 6502, and some of it very + Contains internal state used by this particular implementation of a 68000. Most of it + does not necessarily correlate with anything in a real 68000, and some of it very obviously doesn't. */ struct ExecutionState: public Reflection::StructImpl {