Subversion Repositories Kolibri OS

Rev

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

Rev 6746 Rev 6794
Line 56... Line 56...
56
void main()
56
void main()
57
{
57
{
58
	byte btn;
58
	byte btn;
59
	load_dll(boxlib, #box_lib_init,0);
59
	load_dll(boxlib, #box_lib_init,0);
60
	SetEventMask(10000000000000000000000001100111b);
60
	SetEventMask(10000000000000000000000001100111b);
61
	debugi(3);
-
 
62
	GetCpuFrequency();
61
	GetCpuFrequency();
63
	debugi(4);
-
 
64
	loop()
62
	loop()
65
	{
63
	{
66
	  WaitEventTimeout(50);
64
	  WaitEventTimeout(50);
67
	  switch(EAX & 0xFF)
65
	  switch(EAX & 0xFF)
68
	  {
66
	  {