Skip to content

Commit ef945b1

Browse files
lpprojPerditionC
authored andcommitted
Fix Func 2Dh (Set System Time) sets wrong time
1 parent 093c6dd commit ef945b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/wrpcclk.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ segment HMA_TEXT
4141
WRITEPCCLOCK:
4242
; Ticks = 4
4343
pop ax ; return address
44-
popargs {dx,cx} ; Ticks
44+
popargs {cx,dx} ; Ticks
4545
push ax ; restore stack
4646
mov ah,1
4747
int 1ah

0 commit comments

Comments
 (0)