VirtualBox

Changeset 67478 in vbox


Ignore:
Timestamp:
Jun 19, 2017 2:07:08 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116214
Message:

DevVGA: Dump sequencer registers up to 7, since SR7 is now used.

File:
1 edited

Legend:

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

    r67477 r67478  
    44014401    pHlp->pfnPrintf(pHlp, "VGA Sequencer (3C5): SR index 3C4:%02X\n", pThis->sr_index);
    44024402    Assert(sizeof(pThis->sr) >= 8);
    4403     for (i = 0; i < 5; ++i)
     4403    for (i = 0; i < 8; ++i)
    44044404        pHlp->pfnPrintf(pHlp, " SR%02X:%02X", i, pThis->sr[i]);
    44054405    pHlp->pfnPrintf(pHlp, "\n");
Note: See TracChangeset for help on using the changeset viewer.

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