mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-21 21:33:54 +00:00
Fix [d], y
page-wrapping behaviour.
This commit is contained in:
parent
dfcdbe5b6a
commit
f0d807a0fe
@ -493,7 +493,7 @@ struct CPU::WDC65816::ProcessorStorageConstructor {
|
||||
static void direct_indirect_indexed_long(AccessType type, bool is8bit, const std::function<void(MicroOp)> &target) {
|
||||
target(CycleFetchIncrementPC); // DO.
|
||||
|
||||
target(OperationConstructDirect);
|
||||
target(OperationConstructDirectLong);
|
||||
target(CycleFetchPreviousPCThrowaway); // IO.
|
||||
|
||||
target(CycleFetchIncrementData); // AAL.
|
||||
|
Loading…
Reference in New Issue
Block a user