-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This adds three additional checks to make sure the Guest is working correctly. - checks that the guest allocated the Scratchpad Area. If left zero (NULL) the controller may access low memory. - checks that the guest uses correct segment sizes in the interrupter ring(s) - checks the burst size value given to be within normal range This also adds an internal register value for the HcCrcr (Command Ring Control) register. Since this register reads zero by the Guest, we keep an internal value so that the emulation can read the value, internally. This is for features soon to be released. Minor other syntax/comment changes (misspelled word, etc) Checked with WinXP, Win7, and Win10
- Loading branch information
Showing
2 changed files
with
50 additions
and
11 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
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