Changeset 93827 in vbox
- Timestamp:
- Feb 17, 2022 1:25:24 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r93796 r93827 4275 4275 char_dots = (pThis->sr[0x01] & 1) ? 8 : 9; 4276 4276 double_scan = pThis->cr[9] >> 7; 4277 pHlp->pfnPrintf(pHlp, "Misc status reg. MSR:%02X\n", pThis->msr); 4277 4278 pHlp->pfnPrintf(pHlp, "pixel clock: %s\n", clocks[(pThis->msr >> 2) & 3]); 4278 4279 pHlp->pfnPrintf(pHlp, "double scanning %s\n", double_scan ? "on" : "off");
Note:
See TracChangeset
for help on using the changeset viewer.