aboutsummaryrefslogtreecommitdiffstats
path: root/vmdisp9x.inf
diff options
context:
space:
mode:
authorJaroslav Hensl <emulator@emulace.cz>2023-09-17 09:39:36 +0200
committerJaroslav Hensl <emulator@emulace.cz>2023-09-17 09:39:36 +0200
commitafcbef900e37e3d50d7fbd0a1af7b1de39140471 (patch)
tree1191e642e552ce27a413451fb168b358c5ad99b0 /vmdisp9x.inf
parentacde242b61c662d3f234fc051f059fa58875f5fd (diff)
downloadvmdisp9x-afcbef900e37e3d50d7fbd0a1af7b1de39140471.tar.gz
SVGA-III (stubs)
Diffstat (limited to 'vmdisp9x.inf')
-rw-r--r--vmdisp9x.inf6
1 files changed, 4 insertions, 2 deletions
diff --git a/vmdisp9x.inf b/vmdisp9x.inf
index 2a7a754..f457f0c 100644
--- a/vmdisp9x.inf
+++ b/vmdisp9x.inf
@@ -51,7 +51,8 @@ qemumini.vxd=1
[Mfg.VM]
%VBoxVideoVGA.DeviceDesc%=VBox, PCI\VEN_80EE&DEV_BEEF&SUBSYS_00000000
%VBoxVideoSVGA.DeviceDesc%=VBoxSvga, PCI\VEN_80EE&DEV_BEEF&SUBSYS_040515AD
-%VBoxVideoVM.DeviceDesc%=VMSvga, PCI\VEN_15AD&DEV_0405&SUBSYS_040515AD
+%VBoxVideoVM2.DeviceDesc%=VMSvga, PCI\VEN_15AD&DEV_0405&SUBSYS_040515AD
+;svga3:%VBoxVideoVM3.DeviceDesc%=VMSvga, PCI\VEN_15AD&DEV_0406&SUBSYS_040615AD
%QemuStd.DeviceDesc%=Qemu, PCI\VEN_1234&DEV_1111
[VBox]
@@ -344,5 +345,6 @@ HKR,"MODES\32\5120,4096"
Mfg="VirtualBox"
VBoxVideoVGA.DeviceDesc="VBox VGA PCI Adapter"
VBoxVideoSVGA.DeviceDesc="VBox SVGA PCI Adapter"
-VBoxVideoVM.DeviceDesc="VMWare SVGA-II PCI Adapter"
+VBoxVideoVM2.DeviceDesc="VMWare SVGA-II PCI Adapter"
+VBoxVideoVM3.DeviceDesc="VMWare SVGA-III PCI Adapter"
QemuStd.DeviceDesc="QEMU STD VGA PCI Adapter"