From 9063852857eb2e9c5b1e948cdfcf797127132e51 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 14 Mar 2024 21:16:38 -0400 Subject: [PATCH] Undo spurious text change. --- Processors/6502Esque/6502Esque.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Processors/6502Esque/6502Esque.hpp b/Processors/6502Esque/6502Esque.hpp index b62180d0a..429f0a2bb 100644 --- a/Processors/6502Esque/6502Esque.hpp +++ b/Processors/6502Esque/6502Esque.hpp @@ -34,7 +34,7 @@ enum Register { X, Y, - // These `ex`ist on a 65816 only. + // These exist on a 65816 only. EmulationFlag, DataBank, ProgramBank,