X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico_int.h;h=b562b2f166aa85cc5e2ce88e53b4fbfc13de035e;hb=3d5e32fe21b56d59a116195a66f300735af5a7ec;hp=b9a4418fb5594aa2c11a223664dc2ac4489c73de;hpb=4981de9ce79d0aa80222f8583667bf2fbf2265f2;p=picodrive.git diff --git a/pico/pico_int.h b/pico/pico_int.h index b9a4418..b562b2f 100644 --- a/pico/pico_int.h +++ b/pico/pico_int.h @@ -338,12 +338,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! @@ -606,6 +608,7 @@ extern void *DrawLineDestBase; extern int DrawLineDestIncrement; // draw2.c +void PicoDraw2Init(void); PICO_INTERNAL void PicoFrameFull(); // mode4.c