1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00
CLK/Processors/68000Mk2
Thomas Harte bef12f3d65 Move ExecutionState into Implementation.hpp; use goto to avoid some double switches.
Re: the latter, yuck. Yuck yuck yuck. But it does mean I can stop going back and forth on how to structure conditionality on effective address generation segueing into fetches without doubling up on tests.
2022-05-18 15:35:38 -04:00
..
Implementation Move ExecutionState into Implementation.hpp; use goto to avoid some double switches. 2022-05-18 15:35:38 -04:00
68000Mk2.hpp Completes performance of NBCD D0. 2022-05-17 16:10:20 -04:00