forked from hdl-util/hdmi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hdmi: allow setting start x/y with parameters
gbaHD needs this synchronize the hdmi output with the start of a GBA frame, with the GBA image centered within the HDMI frame instead of starting at 0,0. It's easier and uses fewer FPGA resources to start the hdmi block in the middle of a frame than to count off the right number of cycles from GBA vsync to achieve the same phase relationship. Receivers need to be able to synchronize from mid-stream anyway, so this doesn't cause any problems.
- Loading branch information
Showing
1 changed file
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters