mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-19 08:31:11 +00:00
Fixes PEA.
This commit is contained in:
parent
94a6da6b7d
commit
266022b193
@ -656,6 +656,9 @@ struct CPU::WDC65816::ProcessorStorageConstructor {
|
|||||||
static void stack_pea(AccessType, bool, const std::function<void(MicroOp)> &target) {
|
static void stack_pea(AccessType, bool, const std::function<void(MicroOp)> &target) {
|
||||||
target(CycleFetchIncrementPC); // AAL.
|
target(CycleFetchIncrementPC); // AAL.
|
||||||
target(CycleFetchIncrementPC); // AAH.
|
target(CycleFetchIncrementPC); // AAH.
|
||||||
|
|
||||||
|
target(OperationCopyInstructionToData);
|
||||||
|
|
||||||
target(CyclePush); // AAH.
|
target(CyclePush); // AAH.
|
||||||
target(CyclePush); // AAL.
|
target(CyclePush); // AAL.
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user