Ignore:
Timestamp:
Oct 27, 2012, 11:26:11 AM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • XT-CF DMA transfers should now work.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Device/IDE/JrIdeTransfer.asm

    r476 r480  
    3939;       AL:     IDE command that was used to start the transfer
    4040;               (all PIO read and write commands including Identify Device)
    41 ;       ES:SI:  Ptr to normalized data buffer
     41;       ES:SI:  Ptr to data buffer
    4242;       DS:DI:  Ptr to DPT (in RAMVARS segment)
    4343;       SS:BP:  Ptr to IDEPACK
     
    6161    mov     [bp+MEMPIOVARS.fpDPT], di
    6262    mov     [bp+MEMPIOVARS.fpDPT+2], ds
     63
     64    ; Normalize pointer
     65    call    IdeTransfer_NormalizePointerInESSI
    6366
    6467    ; Get far pointer to Sector Access Window
Note: See TracChangeset for help on using the changeset viewer.