mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Fix stack usage of PEA.
This commit is contained in:
parent
e52d1866ab
commit
9f1a657cc4
@ -705,8 +705,8 @@ struct CPU::WDC65816::ProcessorStorageConstructor {
|
|||||||
|
|
||||||
target(OperationCopyInstructionToData);
|
target(OperationCopyInstructionToData);
|
||||||
|
|
||||||
target(CyclePush); // AAH.
|
target(CyclePushNotEmulation); // AAH.
|
||||||
target(CyclePush); // AAL.
|
target(CyclePushNotEmulation); // AAL.
|
||||||
}
|
}
|
||||||
|
|
||||||
// 22e. Stack; s, PEI.
|
// 22e. Stack; s, PEI.
|
||||||
|
Loading…
Reference in New Issue
Block a user