MiSTer-devel / MegaDrive_MiSTer

Sega Megadrive for MiSTer
44 stars 14 forks source link

Fix sync issue with some CRTs by reintroducing video_cleaner. #41

Closed MP2E closed 5 months ago

MP2E commented 5 months ago

I previously removed video_cleaner because it broke interlaced video, however this commit reintroduces it to fix sync with my VGA PC CRT.

The difference is, I pass unaltered vsync from the MD core to cofi to avoid breaking interlaced video.