Changeset 488 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/CustomDPT.inc


Ignore:
Timestamp:
Dec 11, 2012, 3:36:21 PM (11 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Removed unused '4' entry from Strings.asm and recompressed. Added 8x multiplier value for serial drives. Wrapped some preprocessor symbol references so that 'make xt_unused' analysis continues to work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Inc/CustomDPT.inc

    r480 r488  
    132132; On performance critical situations we compare DPT_ATA.bDevice without checking FLGH_DPT_SERIAL_DEVICE
    133133; first! DPT_ATA.bDevice uses small values so there will be no problems.
     134%ifndef CHECK_FOR_UNUSED_ENTRYPOINTS
    134135%if DPT_SERIAL.bSerialPort <> DPT_ATA.bDevice
    135136    %error "DPT_ATA.bDevice and DPT_SERIAL.bSerialPort must be in same offsets!"
     137%endif
    136138%endif
    137139%endif
Note: See TracChangeset for help on using the changeset viewer.