1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00
CLK/Processors/65816/Implementation
Thomas Harte 76d9893866 Declares address-bus sizes formally.
This allows me to fix the final two implicit conversion warnings, albeit that it would have been nice to find a templatey way just to get the type directly from the declaration of `perform_bus_operation`.
2020-10-18 15:08:21 -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 Declares address-bus sizes formally. 2020-10-18 15:08:21 -04:00
65816Storage.cpp Ensures intended 65816 exception behaviour. 2020-10-18 14:43:47 -04:00
65816Storage.hpp Ensures intended 65816 exception behaviour. 2020-10-18 14:43:47 -04:00