diff --git a/source/Cosmos.HAL2/Drivers/PCI/Video/VMWareSVGAII.cs b/source/Cosmos.HAL2/Drivers/PCI/Video/VMWareSVGAII.cs index a07ce562c..33397c355 100644 --- a/source/Cosmos.HAL2/Drivers/PCI/Video/VMWareSVGAII.cs +++ b/source/Cosmos.HAL2/Drivers/PCI/Video/VMWareSVGAII.cs @@ -753,6 +753,11 @@ namespace Cosmos.HAL.Drivers.PCI.Video WriteToFifo(0xFFFFFF); WaitForFifo(); } + + public void Disable() + { + WriteRegister(Register.Enable, 0); + } /// /// Set cursor.