X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FPico.h;h=7bdcc6f6f338b23334a9d638dfd366a7ff852516;hb=f9f40f10d1bb46fb779a22879203026367e143a6;hp=435685fe49b5f9cb8f9719692cebf350ecb7073e;hpb=947fb5f96ae1efc90fb72ceb82b1f41e324c08a8;p=picodrive.git diff --git a/Pico/Pico.h b/Pico/Pico.h index 435685f..7bdcc6f 100644 --- a/Pico/Pico.h +++ b/Pico/Pico.h @@ -157,6 +157,11 @@ extern int (*PicoScanEnd)(unsigned int num); #ifdef _ASM_DRAW_C void vidConvCpyRGB565(void *to, void *from, int pixels); #endif +extern int PicoDrawMask; +#define PDRAW_LAYERB_ON (1<<2) +#define PDRAW_LAYERA_ON (1<<3) +#define PDRAW_SPRITES_LOW_ON (1<<4) +#define PDRAW_SPRITES_HI_ON (1<<7) // internals #define PDRAW_SPRITES_MOVED (1<<0) // (asm) #define PDRAW_WND_DIFF_PRIO (1<<1) // not all window tiles use same priority