Changeset 370 in xtideuniversalbios for trunk/Assembly_Library/Src/Util


Ignore:
Timestamp:
Mar 29, 2012, 4:40:50 PM (12 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes:

  • Added some missing PIO mode timings to ATA_ID.inc (based on info from http://www.singlix.net/specs/cfspc4_0.pdf)
  • Updated Configuration_FullMode.txt but it may need additional changes as the Tandy info doesn't match the wiki.
  • Optimizations.
  • Excluded some unused code from XTIDECFG.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/Util/Registers.asm

    r222 r370  
    6969;   Corrupts registers:
    7070;       AX, CX
    71 ; 
    72 ; Inline of NORMALIZE_FAR_POINTER so that we can share the last 2/3 of the 
     71;
     72; Inline of NORMALIZE_FAR_POINTER so that we can share the last 2/3 of the
    7373; routine with Registers_NormalizeFinish.
    74 ; 
     74;
    7575;--------------------------------------------------------------------
    76 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
     76%ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS OR EXCLUDE_FROM_XTIDECFG
    7777ALIGN JUMP_ALIGN
    7878Registers_NormalizeESSI:
     
    8787;;; fall-through
    8888
    89 ALIGN JUMP_ALIGN       
    90 Registers_NormalizeFinish:     
     89ALIGN JUMP_ALIGN
     90Registers_NormalizeFinish:
    9191    eSHR_IM     cx, 4
    9292    mov         ax, es
Note: See TracChangeset for help on using the changeset viewer.