recognize the MED ssf2 header
[picodrive.git] / pico / pico.h
index c033c2d..e2dde1b 100644 (file)
@@ -171,8 +171,6 @@ typedef enum
 void PicoDrawSetOutFormat(pdso_t which, int use_32x_line_mode);\r
 void PicoDrawSetOutBuf(void *dest, int increment);\r
 void PicoDrawSetCallbacks(int (*begin)(unsigned int num), int (*end)(unsigned int num));\r
-extern void *DrawLineDest;\r
-extern unsigned char *HighCol;\r
 // utility\r
 #ifdef _ASM_DRAW_C\r
 void vidConvCpyRGB565(void *to, void *from, int pixels);\r
@@ -196,7 +194,6 @@ extern int PicoDrawMask;
 #define PDRAW_32_COLS       (1<<8) // 32 column mode\r
 extern int rendstatus_old;\r
 extern int rendlines;\r
-extern unsigned short HighPal[0x100];\r
 \r
 // draw.c\r
 void PicoDrawUpdateHighPal(void);\r
@@ -204,7 +201,6 @@ void PicoDrawSetInternalBuf(void *dest, int line_increment);
 \r
 // draw2.c\r
 // stuff below is optional\r
-extern unsigned char  *PicoDraw2FB;  // buffer for fast renderer in format (8+320)x(8+224+8) (eights for borders)\r
 extern unsigned short *PicoCramHigh; // pointer to CRAM buff (0x40 shorts), converted to native device color (works only with 16bit for now)\r
 extern void (*PicoPrepareCram)();    // prepares PicoCramHigh for renderer to use\r
 \r