Changeset 53100 in vbox for trunk/src/VBox/Devices/Graphics/BIOS
- Timestamp:
- Oct 20, 2014 6:01:22 PM (10 years ago)
- Location:
- trunk/src/VBox/Devices/Graphics/BIOS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/BIOS/vbe.c
r48947 r53100 54 54 55 55 // use bytewise i/o (Longhorn beta issue, not in released Vista) 56 //#define VBE_BYTEWISE_IO56 #define VBE_BYTEWISE_IO 57 57 58 58 #ifdef VBE_BYTEWISE_IO -
trunk/src/VBox/Devices/Graphics/BIOS/vberom.asm
r43152 r53100 57 57 58 58 .386 59 60 VBE_BYTEWISE_IO EQU 1 59 61 60 62 ;; Bytewise in/out
Note:
See TracChangeset
for help on using the changeset viewer.