Subversion Repositories Kolibri OS

Rev

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

Rev 8557 Rev 9097
Line 26... Line 26...
26
 
26
 
27
//
27
//
28
// VGA hardware routines
28
// VGA hardware routines
Line 29... Line 29...
29
//
29
//
Line 30... Line 30...
30
 
30
 
31
#define VL_WaitVBL(a) SDL_Delay((a)*8)
31
#define VL_WaitVBL(a) uSDL_Delay((a)*8)
32
 
32