Changeset 137 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm


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/Src/Main.asm

    r121 r137  
    5353%ifdef USE_AT
    5454    at  ROMVARS.wFlags,         dw  FLG_ROMVARS_FULLMODE | FLG_ROMVARS_DRVXLAT
     55    at  ROMVARS.wBootTimeout,   dw  30 * TICKS_PER_SECOND   ; Boot Menu selection timeout
    5556    at  ROMVARS.bIdeCnt,        db  3                       ; Number of supported controllers
    5657    at  ROMVARS.bBootDrv,       db  80h                     ; Boot Menu default drive
    57     at  ROMVARS.bBootDelay,     db  30                      ; Boot Menu selection delay (secs)
    5858    at  ROMVARS.bMinFddCnt,     db  0                       ; Do not force minimum number of floppy drives
    5959    at  ROMVARS.bStealSize,     db  1                       ; Steal 1kB from base memory
     
    8484;-----------------------------------;
    8585    at  ROMVARS.wFlags,         dw  FLG_ROMVARS_DRVXLAT
     86    at  ROMVARS.wBootTimeout,   dw  30 * TICKS_PER_SECOND   ; Boot Menu selection timeout
    8687    at  ROMVARS.bIdeCnt,        db  1                       ; Number of supported controllers
    8788    at  ROMVARS.bBootDrv,       db  80h                     ; Boot Menu default drive
    88     at  ROMVARS.bBootDelay,     db  30                      ; Boot Menu selection delay (secs)
    8989    at  ROMVARS.bMinFddCnt,     db  1                       ; Assume at least 1 floppy drive present if autodetect fails
    9090    at  ROMVARS.bStealSize,     db  1                       ; Steal 1kB from base memory in full mode
Note: See TracChangeset for help on using the changeset viewer.