Lots of work on the AcessNative kernel
[tpg/acess2.git] / Kernel / drv / vga.c
index ff83e53..ac00c78 100644 (file)
@@ -123,7 +123,6 @@ Uint8 VGA_int_GetColourNibble(Uint16 col)
        col = ((col>>2)&3) | ((col>>4)&0xC) | ((col>>6)&0x30);
        bright = ( (col & 2 ? 1 : 0) + (col & 8 ? 1 : 0) + (col & 32 ? 1 : 0) ) / 2;
        
-       
        switch(col)
        {
        //      Black

UCC git Repository :: git.ucc.asn.au