1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +00:00
CLK/Machines/Apple/Macintosh
Thomas Harte 85f814c632 Attempt to build fixed operations into type.
This simplifies callees and should make all helper functions automatically able to optimise themselves for fixed operations.
2023-12-21 23:08:18 -05:00
..
Audio.cpp Switch name back to emphasise _async_. 2022-07-16 14:41:04 -04:00
Audio.hpp Simplify namespace syntax. 2023-05-10 16:02:18 -05:00
DeferredAudio.hpp Simplify namespace syntax. 2023-05-10 16:02:18 -05:00
DriveSpeedAccumulator.cpp Switch spaces to tabs. 2021-10-04 05:27:25 -07:00
DriveSpeedAccumulator.hpp Simplify namespace syntax. 2023-05-10 16:02:18 -05:00
Keyboard.cpp Increases const correctness, marks some additional constructors as constexpr, switches std::atomic construction style. 2020-05-20 23:34:26 -04:00
Keyboard.hpp Simplify namespace syntax. 2023-05-10 16:02:18 -05:00
Macintosh.cpp Attempt to build fixed operations into type. 2023-12-21 23:08:18 -05:00
Macintosh.hpp Simplify namespace syntax. 2023-05-10 16:02:18 -05:00
Video.cpp Simplify 'get_next_sequence_point' -> 'next_sequence_point'. 2023-09-10 18:00:49 -04:00
Video.hpp Simplify 'get_next_sequence_point' -> 'next_sequence_point'. 2023-09-10 18:00:49 -04:00