1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-22 15:28:56 +00:00
CLK/Processors/65816/Implementation
Thomas Harte b3ab9fff9b Imports a custom-built copy of Klaus Dormann's 65C02 test, with only 65816-compatible parts.
Thereby fixes another couple of 65816 issues — BRK(, etc) not clearing the decimal flag, and `TRB d` being mismapped.
2020-10-19 19:27:16 -04:00
..
65816Base.cpp Ensures data/program bank can't accidentally be set to 16-bit values. 2020-10-15 21:10:32 -04:00
65816Implementation.hpp Imports a custom-built copy of Klaus Dormann's 65C02 test, with only 65816-compatible parts. 2020-10-19 19:27:16 -04:00
65816Storage.cpp Imports a custom-built copy of Klaus Dormann's 65C02 test, with only 65816-compatible parts. 2020-10-19 19:27:16 -04:00
65816Storage.hpp Ensures intended 65816 exception behaviour. 2020-10-18 14:43:47 -04:00