1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-22 12:33:29 +00:00
CLK/Machines/Atari
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
..
2600 Fixes const correctness for joystick machines; the ST is now one such. 2019-11-09 18:19:05 -05:00
ST Corrects accidental dropping of pixel residue. 2019-11-17 18:34:13 -05:00