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


Ignore:
Timestamp:
Apr 18, 2012, 6:04:48 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Hotkey Bar and drive translations are now in MODULE_HOTKEYS.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Main.asm

    r392 r395  
    4747    %include "AssemblyLibrary.inc"  ; Assembly Library. Must be included first!
    4848    %include "Version.inc"
     49    %include "ModuleDependency.inc" ; Dependency checks for optional modules
    4950    %include "IntController.inc"    ; For Interrupt Controller equates
    5051    %include "ATA_ID.inc"           ; For ATA Drive Information structs
     
    224225    %include "DetectDrives.asm"     ; For detecting IDE drives
    225226    %include "DetectPrint.asm"      ; For printing drive detection strings
     227
     228    ; Hotkey Bar
     229%ifdef MODULE_HOTKEYS
    226230    %include "HotkeyBar.asm"        ; For hotkeys during drive detection and boot menu
     231    %include "DriveXlate.asm"       ; For swapping drive numbers
     232%endif
    227233
    228234    ; Boot menu
     
    297303    %include "AH24h_HSetBlocks.asm" ; Required by Int13h_Jump.asm
    298304    %include "AH25h_HDrvID.asm"     ; Required by Int13h_Jump.asm
    299     %include "DriveXlate.asm"       ; For swapping drive numbers
    300305    %include "Address.asm"          ; For sector address translations
    301306    %include "Prepare.asm"          ; For buffer pointer normalization
Note: See TracChangeset for help on using the changeset viewer.