Ejemplo n.º 1
0
 internal static void draw8x8_clear_area(int yEnd, int xEnd, int yStart, int xStart)
 {
     Seg041.ClearRectangle(yEnd, xEnd, yStart, xStart);
 }
Ejemplo n.º 2
0
        internal static void ClearPromptAreaNoUpdate()
        {
            var MaxLine = 0x18;

            Seg041.ClearRectangle(MaxLine, 0x27, MaxLine, 0);
        }