- Timestamp:
- Nov 22, 2019 11:22:50 PM (5 years ago)
- Location:
- trunk/src/VBox/Devices/Graphics
- Files:
-
- 2 edited
-
DevVGA-SVGA.cpp (modified) (1 diff)
-
DevVGA.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
r82114 r82115 245 245 246 246 /** Information obout screens. */ 247 VMSVGASCREENOBJECT aScreens[64];247 VMSVGASCREENOBJECT aScreens[64]; 248 248 249 249 /** Tracks how much time we waste reading SVGA_REG_BUSY with a busy FIFO. */ -
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r82114 r82115 7355 7355 /* .uReserved0 = */ 0, 7356 7356 /* .szName = */ "vga", 7357 /* .fFlags = */ PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RZ ,7357 /* .fFlags = */ PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RZ | PDM_DEVREG_FLAGS_NEW_STYLE, 7358 7358 /* .fClass = */ PDM_DEVREG_CLASS_GRAPHICS, 7359 7359 /* .cMaxInstances = */ 1,
Note:
See TracChangeset
for help on using the changeset viewer.

