VirtualBox

Changeset 93827 in vbox


Ignore:
Timestamp:
Feb 17, 2022 1:25:24 PM (3 years ago)
Author:
vboxsync
Message:

DevVGA: Show the MSR value in info vga since it's not dumped anywhere else.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r93796 r93827  
    42754275    char_dots = (pThis->sr[0x01] & 1) ? 8 : 9;
    42764276    double_scan = pThis->cr[9] >> 7;
     4277    pHlp->pfnPrintf(pHlp, "Misc status reg. MSR:%02X\n", pThis->msr);
    42774278    pHlp->pfnPrintf(pHlp, "pixel clock: %s\n", clocks[(pThis->msr >> 2) & 3]);
    42784279    pHlp->pfnPrintf(pHlp, "double scanning %s\n", double_scan ? "on" : "off");
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette