Fix Func 2Dh (Set System Time) sets wrong time

This commit is contained in:
lpproj 2020-08-21 10:49:52 +09:00 committed by Kenneth J Davis
parent 093c6dd924
commit ef945b1192
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ segment HMA_TEXT
WRITEPCCLOCK:
; Ticks = 4
pop ax ; return address
popargs {dx,cx} ; Ticks
popargs {cx,dx} ; Ticks
push ax ; restore stack
mov ah,1
int 1ah