Changeset 76519 in vbox for trunk/src/VBox/Devices/Graphics/BIOS
- Timestamp:
- Dec 30, 2018 5:39:14 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127820
- Location:
- trunk/src/VBox/Devices/Graphics/BIOS
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/BIOS/inlines.h
r69500 r76519 15 15 */ 16 16 17 #ifndef VBOX_INCLUDED_Graphics_BIOS_inlines_h 18 #define VBOX_INCLUDED_Graphics_BIOS_inlines_h 17 19 18 20 extern unsigned inp(unsigned port); … … 143 145 parm [es] [di] [dx] [si] [cx]; 144 146 147 #endif 148 -
trunk/src/VBox/Devices/Graphics/BIOS/vgadefs.h
r43115 r76519 1 #ifndef VBOX_INCLUDED_Graphics_vgadefs_h 2 #define VBOX_INCLUDED_Graphics_vgadefs_h 3 1 4 /* 2 5 * … … 68 71 #define VGAREG_CGA_PALETTE 0x3d9 69 72 73 #endif 74 -
trunk/src/VBox/Devices/Graphics/BIOS/vgafonts.h
r43115 r76519 4 4 * The individual fonts are public domain 5 5 */ 6 7 #ifndef VBOX_INCLUDED_Graphics_vgafonts_h 8 #define VBOX_INCLUDED_Graphics_vgafonts_h 9 6 10 static uint8_t vgafont8[256*8]= 7 11 { … … 867 871 0x00 868 872 }; 873 874 #endif 875 -
trunk/src/VBox/Devices/Graphics/BIOS/vgatables.h
r67851 r76519 1 #ifndef VBOX_INCLUDED_Graphics_vgatables_h 2 #define VBOX_INCLUDED_Graphics_vgatables_h 1 3 2 4 /* Video memory */ … … 556 558 /* f */ 0x00 // reserved 557 559 }; 560 561 #endif 562
Note:
See TracChangeset
for help on using the changeset viewer.