VirtualBox

Changeset 94360 in vbox


Ignore:
Timestamp:
Mar 24, 2022 4:21:50 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
150666
Message:

DevVGA: Cursor position is subject to CRTC byte/word mode, too.

File:
1 edited

Legend:

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

    r94356 r94360  
    18251825        pThis->cursor_end = pThis->cr[0xb];
    18261826    }
    1827     cursor_ptr = pThisCC->pbVRam + (pThis->start_addr + cursor_offset) * 8;
     1827    cursor_ptr = pThisCC->pbVRam + (pThis->start_addr + cursor_offset) * s_incr;
    18281828    depth_index = vgaR3GetDepthIndex(pDrv->cBits);
    18291829    if (cw == 16)
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