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

heathkit/tlb.cpp: Fix on-screen menus for superset tlbc slot option #11771

Merged
merged 2 commits into from Nov 22, 2023

Conversation

mgarlanger
Copy link
Contributor

Fixes the on-screen menu (ctrl-ESC brings it up) for the superset ROM/ tlbc slot option for the H19/H89.

Comment on lines 1119 to 1121
// per line updates are needed for onscreen menu to display properly
m_screen->scanline().set([](int scanline) {});

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn’t it make more sense to do m_screen->set_video_attributes(VIDEO_UPDATE_SCANLINE); if what you’re trying to do is to get the screen to do partial updates for each scan line?

@cuavas cuavas merged commit 1ebd115 into mamedev:master Nov 22, 2023
5 checks passed
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