Fix hsync_start computation
Previously if mode_info->hsync_start
was a multiple of 8 by default (for example on 640x480@60
), the code would erroneously add 8 to the beginning of hsync, shortening the hsync duration by 8 pixels. This fixes the bug.
Fixes #6 (closed).