1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +00:00
CLK/Processors/68000
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
..
Implementation Fixes RTR: the whole top half of the SR should be preserved. 2019-12-25 19:49:20 -05:00
68000.hpp Deploys constexpr as a stricter const. 2019-12-22 00:22:17 -05:00