1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-06 01:28:57 +00:00
CLK/Processors/68000/Implementation
Thomas Harte db03b03276 Corrects [AND/OR/EOR].bw Dn, -(An) to decrement destination.
It was previously doing a predecrement on the internal source address, which is unused. This fixes at least Dan Dare III and Silkworm.
2019-11-09 11:25:23 -05:00
..
68000Implementation.hpp Resolves unused variable warning. 2019-11-05 23:18:25 -05:00
68000Storage.cpp Corrects [AND/OR/EOR].bw Dn, -(An) to decrement destination. 2019-11-09 11:25:23 -05:00
68000Storage.hpp Moves timing of interrupt sampling into prefetch queue advancement. 2019-08-04 21:06:34 -04:00