X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico_int.h;h=5d7bfbc322627cb94a023ab502025bd164775e4e;hb=a39743e3153322ec0e18bb0d05cd16af1d9a6d79;hp=4dbfa659db845fd6ecaa3fc55a7f9479ace92030;hpb=99bdfd31b8708f8059fbc16ec8be90cb8d7c8bc3;p=picodrive.git diff --git a/pico/pico_int.h b/pico/pico_int.h index 4dbfa65..5d7bfbc 100644 --- a/pico/pico_int.h +++ b/pico/pico_int.h @@ -333,12 +333,14 @@ struct PicoEState { int DrawScanline; int rendstatus; - void *DrawLineDest; // draw estination + void *DrawLineDest; // draw destination unsigned char *HighCol; int *HighPreSpr; void *Pico_video; void *Pico_vram; int *PicoOpt; + unsigned char *Draw2FB; + unsigned short HighPal[0x100]; }; // some assembly stuff depend on these, do not touch! @@ -601,6 +603,7 @@ extern void *DrawLineDestBase; extern int DrawLineDestIncrement; // draw2.c +void PicoDraw2Init(void); PICO_INTERNAL void PicoFrameFull(); // mode4.c