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

video/mc6845.cpp: Fix hang in ma7551t related to mc6845 #11803

Merged
merged 2 commits into from
Dec 7, 2023

Conversation

mgarlanger
Copy link
Contributor

Changes in #11756 caused the ma7551t to hard lock up. With the updated code, the system seems to be overloaded with handle_line_timer() calls and initialization does not complete, even though the bool m_has_valid_parameters is false. This change, does not enable the line timer until m_has_valid_parameters becomes true, this allows the system to properly initialize. And for systems that has valid parameters, the enabling is done in recompute_parameters().

@cuavas cuavas merged commit 94a9338 into mamedev:master Dec 7, 2023
5 checks passed
Luigi30 pushed a commit to Luigi30/mame that referenced this pull request Dec 16, 2023
einstein95 pushed a commit to einstein95/mame that referenced this pull request Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants