Changeset 51154 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Apr 28, 2014 2:26:46 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93483
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/BIOS/vgabios.c
r50920 r51154 634 634 mode=mode&0x7f; 635 635 636 // Display switching is not supported, and mono monitors aren't either. 637 // Requests to set mode 7 (mono) must set mode 0 instead (color). 638 if (mode == 7) 639 mode = 0; 640 636 641 // find the entry in the video modes 637 642 line=find_vga_entry(mode);
Note:
See TracChangeset
for help on using the changeset viewer.