Changeset 254 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm
- Timestamp:
- Feb 18, 2012, 2:51:54 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Main.asm
r248 r254 29 29 %include "RomVars.inc" ; For ROMVARS and IDEVARS structs 30 30 %include "RamVars.inc" ; For RAMVARS struct 31 %include "BootVars.inc" ; For BOOTVARS and BOOTNFO structs31 %include "BootVars.inc" ; For BOOTVARS struct 32 32 %include "BootMenu.inc" ; For Boot Menu 33 33 %include "IDE_8bit.inc" ; For IDE 8-bit data port macros … … 167 167 %include "FindDPT.asm" ; For finding DPTs 168 168 %include "AccessDPT.asm" ; For accessing DPTs 169 %include "Boot Info.asm" ; For creating BOOTNFO structs169 %include "BootMenuInfo.asm" ; For creating BOOTMENUINFO structs 170 170 %include "AtaID.asm" ; For ATA Identify Device information 171 171 %include "DetectDrives.asm" ; For detecting IDE drives
Note:
See TracChangeset
for help on using the changeset viewer.