1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-11 08:23:43 +00:00
CLK/Machines/Atari/ST
Thomas Harte 253dd84109 Corrects accidental dropping of pixel residue.
Specific issue: the repeated (start_column != end_column) test, which can no longer be correct if start_column has been incremented in the (x_&7) test.

The visible effect was to omit pixels from the output wave, which also affected observed sync timing.
2019-11-17 18:34:13 -05:00
..
AtariST.cpp Adds support for the .ST file format. 2019-11-12 23:23:14 -05:00
AtariST.hpp Shuffles ST and 2600 into a common parent. 2019-11-09 15:31:41 -05:00
DMAController.cpp Shuffles ST and 2600 into a common parent. 2019-11-09 15:31:41 -05:00
DMAController.hpp Shuffles ST and 2600 into a common parent. 2019-11-09 15:31:41 -05:00
IntelligentKeyboard.cpp Adds additional joystick commands to the dispatcher. 2019-11-09 20:10:54 -05:00
IntelligentKeyboard.hpp Adds additional joystick commands to the dispatcher. 2019-11-09 20:10:54 -05:00
Video.cpp Corrects accidental dropping of pixel residue. 2019-11-17 18:34:13 -05:00
Video.hpp Introduces a cleaner, separated shifter. 2019-11-10 21:39:40 -05:00