mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
Update VMWareSVGAII.cs
This commit is contained in:
parent
a87afd5c3a
commit
befdb87c9d
1 changed files with 5 additions and 0 deletions
|
|
@ -753,6 +753,11 @@ namespace Cosmos.HAL.Drivers.PCI.Video
|
|||
WriteToFifo(0xFFFFFF);
|
||||
WaitForFifo();
|
||||
}
|
||||
|
||||
public void Disable()
|
||||
{
|
||||
WriteRegister(Register.Enable, 0);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Set cursor.
|
||||
|
|
|
|||
Loading…
Reference in a new issue