Changeset 176 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device/Idepack.asm


Ignore:
Timestamp:
Oct 22, 2011, 9:20:14 PM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Made a module around the EBIOS code, so that it can be turned off to make room for serial code, still enabled by default in the Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Device/Idepack.asm

    r169 r176  
    2020    jmp     ax
    2121
    22 
     22%ifdef MODULE_EBIOS
     23;;;
     24;;; TODO: This code may be dead, even with EBIOS enabled?
     25;;;
     26       
    2327;--------------------------------------------------------------------
    2428; Idepack_ConvertDapToIdepackAndIssueCommandFromAH
     
    5862    les     si, [es:si+DAP.dwMemoryAddress]
    5963    jmp     SHORT GetDeviceControlByteToIdepackAndStartTransfer
    60 
     64%endif
    6165
    6266;--------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.