Ignore:
Timestamp:
Feb 29, 2012, 7:20:36 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Some minor optimizations.
  • Boot menu now displays JR-IDE/ISA bus type (M8).
  • Drive detection now displays ROM segment as JR-IDE/ISA Device address.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectPrint.asm

    r277 r285  
    3939;--------------------------------------------------------------------
    4040DetectPrint_StartDetectWithMasterOrSlaveStringInAXandIdeVarsInCSBP:
    41 
    4241    mov     ax, [cs:bp+IDEVARS.wPort]       ; for IDE: AX=port address, DH=.bDevice
    4342    mov     dx, [cs:bp+IDEVARS.bDevice-1]   ; for Serial: AL=port address>>2, AH=baud rate
    4443                                            ;             DL=COM number character, DH=.bDevice
    45        
     44%ifdef MODULE_JRIDE
     45    cmp     dh, DEVICE_JRIDE_ISA
     46    eCMOVE  ax, cs                          ; Use segment address for JR-IDE/ISA
     47%endif
     48
    4649    mov     si, g_szDetectOuter             ; Load SI with default wrapper string "IDE %s at %s: "
    4750       
Note: See TracChangeset for help on using the changeset viewer.