Ignore:
Timestamp:
Apr 21, 2013, 3:47:11 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Hotkeys were incorrectly initialized to use 'C' as first hard drive letter.
  • All CHS translate modes should again work (incorrectly decremented DX instead of DL, it might or might not have caused problems).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/RamVars.asm

    r531 r547  
    197197    ret
    198198%endif
    199 
    200 
    201 %if 0                           ; unused...
    202 ;--------------------------------------------------------------------
    203 ; RamVars_IsDriveDetectionInProgress
    204 ;   Parameters:
    205 ;       DS:     RAMVARS segment
    206 ;   Returns:
    207 ;       ZF:     Set if drive detection is in progress (ROM initialization)
    208 ;   Corrupts registers:
    209 ;       None
    210 ;--------------------------------------------------------------------
    211 RamVars_IsDriveDetectionInProgress:
    212     cmp     WORD [RAMVARS.wSignature], RAMVARS_DRV_DETECT_SIGNATURE
    213     ret
    214 %endif
Note: See TracChangeset for help on using the changeset viewer.