Changeset 33177 in vbox for trunk/src/VBox
- Timestamp:
- Oct 16, 2010 7:10:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.h
r33176 r33177 407 407 uint32_t au32LogoPalette[256]; 408 408 /** The VGA BIOS ROM data. */ 409 uint8_t *pu8VgaBios;409 R3PTRTYPE(uint8_t *) pu8VgaBios; 410 410 /** The size of the VGA BIOS ROM. */ 411 411 uint64_t cbVgaBios; 412 412 /** The name of the VGA BIOS ROM file. */ 413 char *pszVgaBiosFile; 414 # if HC_ARCH_BITS == 32 415 uint32_t Padding6a; 416 # endif 413 R3PTRTYPE(char *) pszVgaBiosFile; 417 414 #endif /* VBOX */ 418 415 #ifdef VBOX_WITH_HGSMI
Note:
See TracChangeset
for help on using the changeset viewer.