bios: Fix wrong word mask in setsec
This commit is contained in:
parent
a70c7f3be6
commit
ba472e81b2
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ SETTRK:
|
||||||
RET
|
RET
|
||||||
|
|
||||||
SETSEC:
|
SETSEC:
|
||||||
AND WORD [DISKCX], 0xFFA0
|
AND WORD [DISKCX], 0xFFC0
|
||||||
OR BYTE [DISKCX], CL
|
OR BYTE [DISKCX], CL
|
||||||
RET
|
RET
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue