1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-06 01:28:57 +00:00
CLK/Processors
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
..
6502 Genericises RegisterPair. 2019-03-09 21:16:11 -05:00
68000 Fixes RTR: the whole top half of the SR should be preserved. 2019-12-25 19:49:20 -05:00
Z80 Expands size of storage in Cycles/HalfCycles; adjusts widely to compensate. 2019-10-29 22:36:29 -04:00
AllRAMProcessor.cpp Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
AllRAMProcessor.hpp Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
RegisterSizes.hpp Embraces a more communicative 68000 bus. 2019-03-10 17:27:34 -04:00