X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fdraw.c;h=4c96a9ae055e8def221806614bff812f2ede438a;hb=eac2357fafe6ed29407e583aee71834c36a0319f;hp=cf638e90efee364811b048120610a60afe605553;hpb=7b4813faa6802f3aa07e9daef4aff729d8f78623;p=picodrive.git diff --git a/pico/draw.c b/pico/draw.c index cf638e9..4c96a9a 100644 --- a/pico/draw.c +++ b/pico/draw.c @@ -35,6 +35,7 @@ int (*PicoScanBegin)(unsigned int num) = NULL; int (*PicoScanEnd) (unsigned int num) = NULL; static unsigned char DefHighCol[8+320+8]; +unsigned char *HighCol = DefHighCol; static unsigned char *HighColBase = DefHighCol; static int HighColIncrement;