From 9f1a657cc49d67bf9d8fbcd10ec26101fbb60596 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 30 Jul 2023 16:33:44 -0400 Subject: [PATCH] Fix stack usage of PEA. --- Processors/65816/Implementation/65816Storage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Processors/65816/Implementation/65816Storage.cpp b/Processors/65816/Implementation/65816Storage.cpp index 399a3033f..b01973a36 100644 --- a/Processors/65816/Implementation/65816Storage.cpp +++ b/Processors/65816/Implementation/65816Storage.cpp @@ -705,8 +705,8 @@ struct CPU::WDC65816::ProcessorStorageConstructor { target(OperationCopyInstructionToData); - target(CyclePush); // AAH. - target(CyclePush); // AAL. + target(CyclePushNotEmulation); // AAH. + target(CyclePushNotEmulation); // AAL. } // 22e. Stack; s, PEI.