Changeset 532 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src


Ignore:
Timestamp:
Mar 31, 2013, 11:31:48 PM (11 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes:

  • Changed unused.pl to remove a false positive when MODULE_STRINGS_COMPRESSED is not included ('loop PrependOrAppendSpaces' in DisplayFormat.asm).
  • XTIDECFG: Moved the contents of all text files under Help into Strings.asm to simplify editing and to avoid them being "out of sight and forgotten", essentially making it easier to keep strings up to date. Also made changes to some strings in the process (spelling mistakes etc).
  • Other minor fixes and optimizations to the BIOS.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeWait.asm

    r526 r532  
    7777    mov     cl, bh
    7878    call    Timer_InitializeTimeoutWithTicksInCL
     79    call    IdeIO_InputStatusRegisterToAL       ; Discard contents of first read
    7980    and     ah, ~FLG_STATUS_BSY
    8081    jz      SHORT PollBsyOnly
     
    9495;--------------------------------------------------------------------
    9596PollBsyAndFlgInAH:
    96     call    IdeIO_InputStatusRegisterToAL       ; Discard contents of first read
    97 
    9897.PollLoop:
    9998    call    IdeIO_InputStatusRegisterToAL
     
    125124;--------------------------------------------------------------------
    126125PollBsyOnly:
    127     call    IdeIO_InputStatusRegisterToAL       ; Discard contents of first read
    128 
    129126.PollLoop:
    130127    call    IdeIO_InputStatusRegisterToAL
Note: See TracChangeset for help on using the changeset viewer.