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

fixed bandwidth overage detection #71

Merged
merged 2 commits into from
Sep 5, 2023
Merged

Conversation

fysnet
Copy link
Collaborator

@fysnet fysnet commented Sep 4, 2023

The check for the amount of byte transferred in one frame time was done before the update of the vertical pointer in the current Queue of the last executed TD. Therefore, on the next frame time, the last executed TD was being "executed" again. The check has now been moved to the top of the loop.

The check for the amount of byte transferred in one frame time was done before the update of the vertical pointer in the current Queue of the last executed TD.  Therefore, on the next frame time, the last executed TD was being "executed" again.
The check has now been moved to the top of the loop.
@fysnet fysnet marked this pull request as ready for review September 4, 2023 22:09
@stlintel stlintel merged commit 0d48349 into bochs-emu:master Sep 5, 2023
1 check 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.

2 participants