MEGA65 / mega65-core

MEGA65 FPGA core
Other
245 stars 88 forks source link

Integrate HDMI audio bugfix from the Tyto 2 project. #833

Closed 0xa000 closed 2 months ago

0xa000 commented 2 months ago

Both the MEGA65 and the M2M framework use the HDMI encoder implementation from the Tyto 2 project to convert VGA (and audio) to HDMI. @MJoergen suggested to carry over a bugfix from the Tyto 2 project to the MEGA65 that should fix audio over HDMI for some monitors that currently do not play audio.

This PR contains exactly that, a "port" of this bugfix commit of the Tyto 2 project for the MEGA65. It fixes audio on my AOC monitor, while audio on my Samsung monitor still works (as it does with the current implementation).