Searched refs:BIOS_vidrows (Results 1 – 3 of 3) sorted by relevance
38 #define BIOS_vidrows 0x0484 /* Number of screen rows */ macro
42 BIOS_vidrows resb 1 ; Number of screen rows
155 volatile uint8_t *vidrows = (volatile uint8_t *)BIOS_vidrows; in bios_adjust_screen()