1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00
CLK/Processors/68000Mk2
Thomas Harte c6c6213460 Bifurcate the fetch-operand flow.
Address calculation will be the same, but the fetch will differ. I don't think there's a neat costless way to factor out the address calculations, alas, but I'll see whether macros can save the day.
2022-05-19 10:27:51 -04:00
..
Implementation Bifurcate the fetch-operand flow. 2022-05-19 10:27:51 -04:00
68000Mk2.hpp Remove setup_operation in favour of doing the equivalent inline. 2022-05-18 16:45:40 -04:00