1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-09 17:29:36 +00:00
This commit is contained in:
Thomas Harte 2023-12-20 21:55:54 -05:00
parent 38c3d302a3
commit 60bd81c4cc

View File

@ -351,7 +351,7 @@ ProcessorStorage::ProcessorStorage(Personality personality) {
Install(0x6c, Program(CycleReadAddressHLoadAddressL, CycleReadPCLFromAddress, CycleReadPCHFromAddressLowInc, CycleReadPCHFromAddressFixed));
Install(0x7c, Program(
CycleReadAddressHLoadAddressL, // (3) read second byte of (addr)
CycleAddYToAddressLowRead,
CycleAddXToAddressLowRead,
OperationCorrectAddressHigh, // (4) read from incorrectly-calculated address
CycleReadPCLFromAddress, // (5) read from real (addr+x)
CycleReadPCHFromAddressInc // (6) read from addr+x+1