Changeset 181 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device/Timer.asm
- Timestamp:
- Nov 13, 2011, 3:38:40 PM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Device/Timer.asm
r155 r181 59 59 %ifndef USE_AT 60 60 mov ax, 2 61 ; Fall to Delay_TimerTicksFromAX61 ; Fall to Timer_DelayTimerTicksFromAX 62 62 %else 63 63 push dx … … 68 68 mov ah, EVENT_WAIT 69 69 int BIOS_SYSTEM_INTERRUPT_15h 70 sti ; XT BIOSes return with interrupt disabled70 sti ; XT BIOSes return with interrupts disabled. TODO: Maybe we can remove this since it's in an AT-only block? 71 71 72 72 pop cx
Note:
See TracChangeset
for help on using the changeset viewer.