1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-19 08:31:11 +00:00
CLK/Processors/68000/Implementation
Thomas Harte 7de1181213 Make a new guess at post-overflow DIV flags, based on tests.
Specifically: for DIVU, stick with the current guess of a fixed set. For DIVS, leave N and Z alone.
2020-01-03 23:44:49 -05:00
..
68000Implementation.hpp Make a new guess at post-overflow DIV flags, based on tests. 2020-01-03 23:44:49 -05:00
68000Storage.cpp Introduces further comparative tests, prompting a new CHK fix. 2020-01-01 19:11:36 -05:00
68000Storage.hpp Deploys constexpr as a stricter const. 2019-12-22 00:22:17 -05:00