diff --git a/Processors/65816/Implementation/65816Implementation.hpp b/Processors/65816/Implementation/65816Implementation.hpp index c05ad9314..f4575f337 100644 --- a/Processors/65816/Implementation/65816Implementation.hpp +++ b/Processors/65816/Implementation/65816Implementation.hpp @@ -856,7 +856,7 @@ template void Processor &target) { target(CycleFetchIncrementPC); // Offset. - target(OperationPerform); // The branch instructions will all skip one or three + target(OperationPerform); // The branch instructions will skip zero, one or three // of the next cycles, depending on the effect of - // the jump. It'll also calculate the correct target + // the jump. They'll also calculate the correct target // address, placing it into the data buffer. target(CycleFetchPreviousPCThrowaway); // IO.