Changeset 137 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/RomVars.inc


Ignore:
Timestamp:
Mar 13, 2011, 6:38:37 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Menu selection timeout is now specified in timer ticks.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Inc/RomVars.inc

    r99 r137  
    1616
    1717    .wFlags         resb    2   ; Word for ROM flags
     18    .wBootTimeout   resb    2   ; Boot Menu selection timeout in system timer ticks
    1819    .bIdeCnt        resb    1   ; Number of available IDE controllers
    1920    .bBootDrv       resb    1   ; Boot Menu default drive
    20     .bBootDelay     resb    1   ; Boot Menu selection delay in seconds
    2121    .bMinFddCnt     resb    1   ; Minimum number of Floppy Drives
    2222    .bStealSize     resb    1   ; Number of 1kB blocks stolen from 640kB base RAM
Note: See TracChangeset for help on using the changeset viewer.