1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-07 08:28:57 +00:00
CLK/Machines/Atari/ST
Thomas Harte d77ddaf4fa Switches the Electron to JustInTimeActor video.
Also reorders template parameters; I think that specifying a different time base is likely to be more common than using a divider.
2021-04-04 17:33:49 -04:00
..
AtariST.cpp Switches the Electron to JustInTimeActor video. 2021-04-04 17:33:49 -04:00
AtariST.hpp Takes steps to guarantee property naming; reintroduces Electron runtime options. 2020-03-17 23:52:55 -04:00
DMAController.cpp Adds a bunch of consts. 2020-05-09 21:23:52 -04:00
DMAController.hpp Adds a bunch of consts. 2020-05-09 21:23:52 -04:00
IntelligentKeyboard.cpp Cleans up all redundant lock/unique_guard declarations. 2020-06-15 00:24:10 -04:00
IntelligentKeyboard.hpp Increases const correctness, marks some additional constructors as constexpr, switches std::atomic construction style. 2020-05-20 23:34:26 -04:00
Video.cpp Cuts down unused parameter warnings to just a few that may well indicate implementation errors. 2020-05-30 01:06:43 -04:00
Video.hpp Increases const correctness, marks some additional constructors as constexpr, switches std::atomic construction style. 2020-05-20 23:34:26 -04:00