diff --git a/Processors/65816/Implementation/65816Implementation.hpp b/Processors/65816/Implementation/65816Implementation.hpp index 85f997bad..6f7415c4c 100644 --- a/Processors/65816/Implementation/65816Implementation.hpp +++ b/Processors/65816/Implementation/65816Implementation.hpp @@ -344,11 +344,11 @@ template void Processor::run_for(const Cycles break; case TXY: - LD(x_, y_.full, x_masks_); + LD(y_, x_.full, x_masks_); break; case TYX: - LD(y_, x_.full, x_masks_); + LD(x_, y_.full, x_masks_); break; case TAX: