mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-21 17:16:44 +00:00
Attempts to fix direct indirect indexed; not yet successful I think.
This commit is contained in:
@@ -428,6 +428,7 @@ struct CPU::WDC65816::ProcessorStorageConstructor {
|
||||
target(CycleFetchIncrementData); // AAL.
|
||||
target(CycleFetchData); // AAH.
|
||||
|
||||
target(OperationCopyDataToInstruction);
|
||||
target(OperationConstructAbsoluteYRead);
|
||||
target(CycleFetchIncorrectDataAddress); // IO.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user