Changeset 82178 in vbox
- Timestamp:
- Nov 25, 2019 2:02:23 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134988
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r82117 r82178 690 690 if (pThis->fRealRetrace) 691 691 vga_update_retrace_state(pThis); 692 pThis->st00 = (pThis->st00 & ~0x10) | (0x90 >> ((val >> 2) & 0x3));693 692 break; 694 693 case 0x3c4: … … 6070 6069 pThis->vbe_bank_max = (pThis->vram_size >> 16) - 1; 6071 6070 # endif /* CONFIG_BOCHS_VBE */ 6071 pThis->st00 = 0x70; /* Effectively static. */ 6072 6072 6073 6073 /*
Note:
See TracChangeset
for help on using the changeset viewer.