Changeset 400 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Menus/BootMenu
- Timestamp:
- Apr 20, 2012, 2:30:16 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Menus/BootMenu/BootMenuPrintCfg.asm
r399 r400 131 131 ;-------------------------------------------------------------------- 132 132 .PushResetStatus: 133 mov al, [di+DPT_ATA.bInitError] 133 %ifdef MODULE_ADVANCED_ATA 134 mov al, [di+DPT_ADVANCED_ATA.bInitError] 134 135 push ax 136 %else 137 ePUSH_T ax, 0 138 %endif 135 139 136 140 ;;; fall-out to BootMenuPrint_HardDiskRefreshInformation.
Note:
See TracChangeset
for help on using the changeset viewer.