Changeset 157 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers


Ignore:
Timestamp:
May 1, 2011, 8:34:29 PM (13 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes to the XTIDE Universal BIOS:

  • Size optimizations in IdeTransfer.asm and IdeCommand.asm (saved 12 bytes).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH9h_HInit.asm

    r150 r157  
    9393    jnz     SHORT ReturnSuccessSinceInitializationNotNeeded
    9494
    95     ; Initialize Locigal Sectors per Track and Max Head number
     95    ; Initialize Logical Sectors per Track and Max Head number
    9696    mov     ah, [di+DPT.bPchsHeads]
    9797    dec     ah                          ; Max Head number
Note: See TracChangeset for help on using the changeset viewer.