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


Ignore:
Timestamp:
Feb 18, 2012, 2:51:54 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Changed BOOTNFO to BOOTMENUINFO and moved it to BootMenu.inc.
File:
1 edited

Legend:

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

    r248 r254  
    2929    %include "RomVars.inc"          ; For ROMVARS and IDEVARS structs
    3030    %include "RamVars.inc"          ; For RAMVARS struct
    31     %include "BootVars.inc"         ; For BOOTVARS and BOOTNFO structs
     31    %include "BootVars.inc"         ; For BOOTVARS struct
    3232    %include "BootMenu.inc"         ; For Boot Menu
    3333    %include "IDE_8bit.inc"         ; For IDE 8-bit data port macros
     
    167167    %include "FindDPT.asm"          ; For finding DPTs
    168168    %include "AccessDPT.asm"        ; For accessing DPTs
    169     %include "BootInfo.asm"         ; For creating BOOTNFO structs
     169    %include "BootMenuInfo.asm"     ; For creating BOOTMENUINFO structs
    170170    %include "AtaID.asm"            ; For ATA Identify Device information
    171171    %include "DetectDrives.asm"     ; For detecting IDE drives
Note: See TracChangeset for help on using the changeset viewer.