Changes
CRTC
,/* Screen wobbling and Fine horizontal hardware scroll */
When R3l decreases by 1 (and if >2), the screen is shifted to the right by 8 mode2 pixels.
The shift is not instantaneous but follows a logarithmic attenuation across several raster lines. This property can be used to get even finer horizontal control by modifying R2/R3 on each raster line. [[Longshot]] has demonstrated [https://youtu.be/1q7RQykZoKY horizontal hardware scroll] with one-pixel precision in mode1 on all CRTCs. However, because you have to synchronize with each line, it takes a lot of CPU time if it's done in fullscreen (272 lines).
<br>