Changeset 42 in xtideuniversalbios for trunk/Assembly_Library/Src/Time/Delay.asm


Ignore:
Timestamp:
Sep 18, 2010, 6:04:31 PM (14 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Display Library no more produces CGA snow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/Time/Delay.asm

    r41 r42  
    7676    push    dx
    7777
     78    sti                         ; Make sure that interrupts are enabled
    7879    xchg    dx, ax
    7980    call    TimerTicks_ReadFromBdaToAX
    8081    add     dx, ax              ; DX = end time
    81     sti                         ; Make sure that interrupts are enabled
    8282.WaitLoop:
    8383    call    TimerTicks_ReadFromBdaToAX
Note: See TracChangeset for help on using the changeset viewer.