1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-09 06:29:33 +00:00
CLK/Processors/68000/Implementation
Thomas Harte 3cb5684d95 Fixes RTR: the whole top half of the SR should be preserved.
Specifically, the 68000 Reference Manual says: "The supervisor portion of the status register is unaffected." Clearly when I first read that I misread it as the supervisor _flag_ (rather than _portion_) should be preserved.
2019-12-25 19:49:20 -05:00
..
68000Implementation.hpp Fixes RTR: the whole top half of the SR should be preserved. 2019-12-25 19:49:20 -05:00
68000Storage.cpp Corrects MOVE -(An), SR/CCR, which was not previously decrementing. 2019-12-16 22:38:54 -05:00
68000Storage.hpp Deploys constexpr as a stricter const. 2019-12-22 00:22:17 -05:00