VirtualBox

Changeset 82178 in vbox


Ignore:
Timestamp:
Nov 25, 2019 2:02:23 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134988
Message:

DevVGA: Made status register 0 more IBM compatible.

File:
1 edited

Legend:

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

    r82117 r82178  
    690690        if (pThis->fRealRetrace)
    691691            vga_update_retrace_state(pThis);
    692         pThis->st00 = (pThis->st00 & ~0x10) | (0x90 >> ((val >> 2) & 0x3));
    693692        break;
    694693    case 0x3c4:
     
    60706069    pThis->vbe_bank_max   = (pThis->vram_size >> 16) - 1;
    60716070# endif /* CONFIG_BOCHS_VBE */
     6071    pThis->st00 = 0x70; /* Effectively static. */
    60726072
    60736073    /*
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