1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-09 21:29:53 +00:00
CLK/Outputs/CRT
Thomas Harte 23c34a8c14 Corrects calculation of intermediate buffer width multiplier.
Specifically: I had failed to factor in that the multiplied-up input frequency might be less than than the full width of the bitmap.

The Atari and MSX in particular now look much better.
2018-01-15 16:52:40 -05:00
..
Internals Corrects calculation of intermediate buffer width multiplier. 2018-01-15 16:52:40 -05:00
CRT.cpp Commutes cross-platform #pragma marks to //MARK:s. 2017-11-12 15:59:11 -05:00
CRT.hpp Allows a CRT machine owner to set the target frame buffer for OpenGL output, breaking the assumption that it'll be zero. 2017-11-12 19:29:22 -05:00
CRTTypes.hpp Corrects various GCC warnings across the 6560, CPC, TIA, Oric video and elsewhere. 2017-11-12 17:17:27 -05:00