From befdb87c9df2996f143dc00148ca0d109e17fe56 Mon Sep 17 00:00:00 2001 From: valentinbreiz Date: Fri, 3 Jul 2020 17:34:37 +0200 Subject: [PATCH] Update VMWareSVGAII.cs --- source/Cosmos.HAL2/Drivers/PCI/Video/VMWareSVGAII.cs | 5 +++++ 1 file changed, 5 insertions(+) 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.