forked from KolibriOS/kolibrios
fix wrong address in vga.inc
git-svn-id: svn://kolibrios.org@476 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
0169b4ea01
commit
4869fa5f70
@ -143,7 +143,7 @@ checkVga_N13:
|
|||||||
novesal:
|
novesal:
|
||||||
mov [novesachecksum],ecx
|
mov [novesachecksum],ecx
|
||||||
mov ecx,0
|
mov ecx,0
|
||||||
movzx eax,word [0xfb0c]
|
movzx eax,word [MOUSE_Y]
|
||||||
cmp eax,100
|
cmp eax,100
|
||||||
jge m13l3
|
jge m13l3
|
||||||
mov eax,100
|
mov eax,100
|
||||||
|
Loading…
Reference in New Issue
Block a user