mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-10 22:37:30 +00:00
PEI: don't page wrap.
This commit is contained in:
parent
a65551f652
commit
ff6753fcdf
@ -713,7 +713,7 @@ struct CPU::WDC65816::ProcessorStorageConstructor {
|
||||
static void stack_pei(AccessType, bool, const std::function<void(MicroOp)> &target) {
|
||||
target(CycleFetchIncrementPC); // DO.
|
||||
|
||||
target(OperationConstructDirect);
|
||||
target(OperationConstructDirectLong);
|
||||
target(CycleFetchPreviousPCThrowaway); // IO.
|
||||
|
||||
target(CycleFetchIncrementData); // AAL.
|
||||
|
Loading…
x
Reference in New Issue
Block a user