bios: Fix wrong word mask in setsec

This commit is contained in:
Nero 2019-11-06 21:49:19 +00:00
parent a70c7f3be6
commit ba472e81b2
1 changed files with 1 additions and 1 deletions

View File

@ -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