Subversion Repositories Kolibri OS

Rev

Rev 3363 | Rev 3444 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3363 Rev 3434
Line 63... Line 63...
63
	$mov	ebx, eax
63
	$mov	ebx, eax
64
	$shr	eax, 16
64
	$shr	eax, 16
65
	$and	ebx,0x0000FFFF
65
	$and	ebx,0x0000FFFF
66
	//hor = EAX;
66
	//hor = EAX;
67
	vert = EBX;
67
	vert = EBX;
-
 
68
	if (y>6000) y=0;
68
}
69
}
Line 69... Line 70...
69
 
70
 
70
 
71