VirtualBox

Changeset 21410 in vbox


Ignore:
Timestamp:
Jul 8, 2009 3:51:23 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49786
Message:

vga: Fixed debug text screen dumps in vgaR3Reset (take into account memory organization changes made a long time ago).

File:
1 edited

Legend:

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

    r21227 r21410  
    53805380                    RTLogPrintf("%c", ch);
    53815381
     5382#ifndef VBOX
    53825383                    src += 4;
     5384#else
     5385                    src += 8; /* Every second byte of a plane is used in text mode. */
     5386#endif
    53835387                }
    53845388                if (cx_max != -1)
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