Changeset 601 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers
- Timestamp:
- Feb 14, 2019, 7:38:08 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int19h.asm
r599 r601 106 106 cli 107 107 mov ax, [es:BOOTVARS.hotkeyVars+HOTKEYVARS.fpPrevTimerHandler] 108 mov [es: SYSTEM_TIMER_TICK*4], ax108 mov [es:BIOS_SYSTEM_TIMER_TICK_INTERRUPT_1Ch*4], ax 109 109 mov ax, [es:BOOTVARS.hotkeyVars+HOTKEYVARS.fpPrevTimerHandler+2] 110 mov [es: SYSTEM_TIMER_TICK*4+2], ax110 mov [es:BIOS_SYSTEM_TIMER_TICK_INTERRUPT_1Ch*4+2], ax 111 111 sti 112 112 %endif … … 214 214 ; Switches back to the POST stack, clears the DS and ES registers, 215 215 ; and either jumps to the MBR (Master Boot Record) that was just read, 216 ; or calls the ROM's boot routine on interrupt 18 .216 ; or calls the ROM's boot routine on interrupt 18h. 217 217 ; 218 218 ; Parameters:
Note:
See TracChangeset
for help on using the changeset viewer.