Changeset 139 in xtideuniversalbios for trunk/Assembly_Library/Src/AssemblyLibrary.asm


Ignore:
Timestamp:
Mar 14, 2011, 11:36:54 AM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:

  • Delay functions are now excluded from XTIDE Universal BIOS.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/AssemblyLibrary.asm

    r131 r139  
    6565
    6666%ifdef INCLUDE_TIME_LIBRARY
    67     %include "Delay.asm"
     67    %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
     68        %include "Delay.asm"
     69    %endif
    6870    %include "TimerTicks.asm"
    6971%endif
Note: See TracChangeset for help on using the changeset viewer.