Changeset 67548 in vbox for trunk/src/VBox/Devices/Graphics/BIOS/vgabios.c
- Timestamp:
- Jun 21, 2017 8:46:31 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/BIOS/vgabios.c
r63562 r67548 2100 2100 extern void vbe_biosfn_set_mode(uint16_t STACK_BASED *AX, uint16_t BX, uint16_t ES, uint16_t DI); 2101 2101 extern void vbe_biosfn_save_restore_state(uint16_t STACK_BASED *AX, uint16_t CX, uint16_t DX, uint16_t ES, uint16_t STACK_BASED *BX); 2102 extern void vbe_biosfn_get_set_scanline_length(uint16_t STACK_BASED *AX, uint16_t STACK_BASED *BX, uint16_t STACK_BASED *CX, uint16_t STACK_BASED *DX); 2102 2103 2103 2104 // -------------------------------------------------------------------------------------------- … … 2295 2296 vbe_biosfn_save_restore_state(&AX, CX, DX, ES, &BX); 2296 2297 break; 2298 case 0x06: 2299 vbe_biosfn_get_set_scanline_length(&AX, &BX, &CX, &DX); 2300 break; 2297 2301 case 0x09: 2298 2302 //FIXME
Note:
See TracChangeset
for help on using the changeset viewer.