Changeset 583 in xtideuniversalbios for trunk/Assembly_Library/Inc/BiosData.inc


Ignore:
Timestamp:
Apr 23, 2015, 4:28:47 PM (9 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes:

  • Changed BOOT_MENU_DEFAULT_TIMEOUT to reduce rounding error.
  • Minor optimizations and fixes, mostly to the menu library code.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Inc/BiosData.inc

    r245 r583  
    7777    .wKBPtrStart    resb    2       ; 0:480h, Keyboard, Pointer to start of buffer (XT+)
    7878    .wKBPtrEnd      resb    2       ; 0:482h, Keyboard, Pointer to end of buffer (XT+)
    79     .bVidRows       resb    1       ; 0:484h, Video, Number of rows (EGA+)
     79    .bVidRows       resb    1       ; 0:484h, Video, Number of rows minus one (EGA+)
    8080    .wVidPpC        resb    2       ; 0:485h, Video, Pixels per character (EGA+)
    8181    .bVidOptns      resb    1       ; 0:487h, Video, Options (EGA+)
Note: See TracChangeset for help on using the changeset viewer.