X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico.h;h=e2dde1b2295a6eeac4a325c117dde4d2643ee962;hb=98a27142346e05a4cef4fe89469bc09d5560edc1;hp=6eb1dc0d488c9953c78efdb981a9172237af78ff;hpb=6027c719ba015f2d820db3842148abbf62ea65a4;p=picodrive.git diff --git a/pico/pico.h b/pico/pico.h index 6eb1dc0..e2dde1b 100644 --- a/pico/pico.h +++ b/pico/pico.h @@ -194,7 +194,6 @@ extern int PicoDrawMask; #define PDRAW_32_COLS (1<<8) // 32 column mode extern int rendstatus_old; extern int rendlines; -extern unsigned short HighPal[0x100]; // draw.c void PicoDrawUpdateHighPal(void); @@ -202,7 +201,6 @@ void PicoDrawSetInternalBuf(void *dest, int line_increment); // draw2.c // stuff below is optional -extern unsigned char *PicoDraw2FB; // buffer for fast renderer in format (8+320)x(8+224+8) (eights for borders) extern unsigned short *PicoCramHigh; // pointer to CRAM buff (0x40 shorts), converted to native device color (works only with 16bit for now) extern void (*PicoPrepareCram)(); // prepares PicoCramHigh for renderer to use