VirtualBox

Changeset 3074 in vbox for trunk/src


Ignore:
Timestamp:
Jun 6, 2007 5:06:15 PM (18 years ago)
Author:
vboxsync
Message:

Forgot to fix VGA text mode here as well.

File:
1 edited

Legend:

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

    r3069 r3074  
    30493049                unsigned plane = (pData->gr[4] & 2) | (GCPhysAddr & 1);
    30503050                if (pData->sr[2] & (1 << plane)) {
    3051                     RTGCPHYS PhysAddr2 = ((GCPhysAddr & ~1) << 1) | plane;
     3051                    RTGCPHYS PhysAddr2 = ((GCPhysAddr & ~1) << 2) | plane;
    30523052                    CTXSUFF(pData->vram_ptr)[PhysAddr2] = aVal[i];
    30533053                    vga_set_dirty(pData, PhysAddr2);
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