Changeset 370 in xtideuniversalbios for trunk/Assembly_Library/Src/Time/TimerTicks.asm


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/Time/TimerTicks.asm

    r131 r370  
    2424;--------------------------------------------------------------------
    2525%ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
     26%ifndef EXCLUDE_FROM_XTIDECFG
    2627ALIGN JUMP_ALIGN
    2728TimerTicks_GetHoursToAXfromTicksInDXAX:
     
    2930    div     cx      ; Divide DX:AX by CX, Hours to AX, remainder ticks to DX
    3031    ret
     32%endif ; EXCLUDE_FROM_XTIDECFG
    3133
    3234ALIGN JUMP_ALIGN
     
    3739    div     cx      ; Divide DX:AX by CX, Minutes to AX, remainder ticks to DX
    3840    ret
    39 %endif
     41%endif ; EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
    4042
    4143ALIGN JUMP_ALIGN
Note: See TracChangeset for help on using the changeset viewer.