Attempt two to fix PSP
[picodrive.git] / pico / draw.c
index cf638e9..4c96a9a 100644 (file)
@@ -35,6 +35,7 @@ int (*PicoScanBegin)(unsigned int num) = NULL;
 int (*PicoScanEnd)  (unsigned int num) = NULL;\r
 \r
 static unsigned char DefHighCol[8+320+8];\r
+unsigned char *HighCol = DefHighCol;\r
 static unsigned char *HighColBase = DefHighCol;\r
 static int HighColIncrement;\r
 \r