Searched refs:CurrentX (Results 1 – 1 of 1) sorted by relevance
17 static int CurrentX = 0; variable84 CurrentX = 0; in VGA_Init()121 if (CurrentX > 0) { in VGA_Putc()122 CurrentX--; in VGA_Putc()123 VideoBuffer[CurrentX + CurrentY * SizeX] = 0x20 | (TextAttribute << 8); in VGA_Putc()132 CurrentX = 0; in VGA_Putc()143 VideoBuffer[CurrentX + CurrentY * SizeX] = c; in VGA_Putc()144 CurrentX++; in VGA_Putc()145 if (CurrentX == SizeX) { in VGA_Putc()151 CurrentX = 0; in VGA_Putc()