Fix latchx register read

This commit is contained in:
z_demo_z
2002-01-20 21:27:44 +00:00
parent d57d49e49f
commit 20fb757eef

View File

@@ -931,9 +931,9 @@ reg213Cr:
mov byte[latchxr],1 mov byte[latchxr],1
ret ret
.highv .highv
mov al,byte[latchx+1] mov al,byte[latchx]
and al,1 and al,0FEh
or al,byte[latchx] or al,byte[latchx+1]
mov byte[latchxr],0 mov byte[latchxr],0
ret ret