Fix Func 2Dh (Set System Time) sets wrong time
This commit is contained in:
parent
093c6dd924
commit
ef945b1192
@ -41,7 +41,7 @@ segment HMA_TEXT
|
|||||||
WRITEPCCLOCK:
|
WRITEPCCLOCK:
|
||||||
; Ticks = 4
|
; Ticks = 4
|
||||||
pop ax ; return address
|
pop ax ; return address
|
||||||
popargs {dx,cx} ; Ticks
|
popargs {cx,dx} ; Ticks
|
||||||
push ax ; restore stack
|
push ax ; restore stack
|
||||||
mov ah,1
|
mov ah,1
|
||||||
int 1ah
|
int 1ah
|
||||||
|
Loading…
Reference in New Issue
Block a user