Changeset 82241 in vbox for trunk/src/VBox/Devices/Graphics/BIOS
- Timestamp:
- Nov 27, 2019 12:58:03 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135057
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/BIOS/vgatables.h
r82197 r82241 76 76 77 77 /* standard BIOS Video Parameter Table */ 78 #pragma pack(push, 1) 78 79 typedef struct { 79 80 uint8_t twidth; … … 87 88 uint8_t grdc_regs[9]; 88 89 } VideoParamTableEntry; 90 #pragma pack(pop) 89 91 90 92 static VideoParamTableEntry video_param_table[30] = {
Note:
See TracChangeset
for help on using the changeset viewer.