Ignore:
Timestamp:
Apr 20, 2012, 2:30:16 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Moved 8-bit device support to MODULE_8BIT_IDE.
  • JR-IDE/ISA support requires a lot less bytes.
  • AT builds now always use full operating mode.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Menus/BootMenu/BootMenuPrintCfg.asm

    r399 r400  
    131131;--------------------------------------------------------------------
    132132.PushResetStatus:
    133     mov     al, [di+DPT_ATA.bInitError]
     133%ifdef MODULE_ADVANCED_ATA
     134    mov     al, [di+DPT_ADVANCED_ATA.bInitError]
    134135    push    ax
     136%else
     137    ePUSH_T ax, 0
     138%endif
    135139
    136140;;; fall-out to BootMenuPrint_HardDiskRefreshInformation.
Note: See TracChangeset for help on using the changeset viewer.