diff --git a/Processors/65816/Implementation/65816Implementation.hpp b/Processors/65816/Implementation/65816Implementation.hpp index 19a4e5278..e45232492 100644 --- a/Processors/65816/Implementation/65816Implementation.hpp +++ b/Processors/65816/Implementation/65816Implementation.hpp @@ -818,7 +818,6 @@ template void Processor::run_for(const Cycles // TODO: // STP, WAI, - // RTL, default: assert(false); diff --git a/Processors/65816/Implementation/65816Storage.hpp b/Processors/65816/Implementation/65816Storage.hpp index 011892c70..e032e638d 100644 --- a/Processors/65816/Implementation/65816Storage.hpp +++ b/Processors/65816/Implementation/65816Storage.hpp @@ -175,7 +175,7 @@ enum Operation: uint8_t { // These unpack values from the data buffer, which has been filled // from the stack. - RTI, RTL, + RTI, /// Loads the PC with the contents of the data buffer. JMPind,