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