Changeset 14918 in vbox
- Timestamp:
- Dec 2, 2008 3:46:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r14886 r14918 2462 2462 2463 2463 full_update = 0; 2464 if (!(s->ar_index & 0x20) ) {2464 if (!(s->ar_index & 0x20) || (s->sr[0x01] & 0x20)) { 2465 2465 graphic_mode = GMODE_BLANK; 2466 2466 } else {
Note:
See TracChangeset
for help on using the changeset viewer.