Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement: switch render start to separate interrupt. #21

Open
GoogleCodeExporter opened this issue Jun 16, 2015 · 1 comment
Open

Comments

@GoogleCodeExporter
Copy link

The final design should use one interrupt for line handling/hsync hook calls 
and a separate interrupt to trigger output. This would remove the delay loop 
and give back cpu time to the main application.

This would make the system more sensitive to other non TVout interrupts firing 
as the delay loop will allow for very very fast interrupts to fire without any 
adverse effects.

This would also mitigate display issues that stem from a line taking to long to 
begin(another interrupt firing/slow hsyn hook call) rendering as it would only 
effect its own line and not push into all following lines.

Original issue reported on code.google.com by mdmetzle@gmail.com on 4 Nov 2010 at 2:46

@GoogleCodeExporter
Copy link
Author

To do after beta 1.0 release

Original comment by mdmetzle@gmail.com on 25 Nov 2010 at 3:09

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant