X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico.h;h=a1aa96eebaa0cc11ba8404a50786bd945795aef8;hb=7b4813faa6802f3aa07e9daef4aff729d8f78623;hp=98e4c78551589e6cfcb73712692acc243b60dafb;hpb=cbf31d2c254c956a0b497e3021610ce3a5ff0748;p=picodrive.git diff --git a/pico/pico.h b/pico/pico.h index 98e4c78..a1aa96e 100644 --- a/pico/pico.h +++ b/pico/pico.h @@ -195,7 +195,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); @@ -203,7 +202,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