X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico.h;h=ac1550d44a8225cdb302bb65bc382f20efe596e0;hb=29cdf77cf3932c36afddb98df1f06c4e6aba7a73;hp=f22ef60687788cfc745fe0e3aefd6320d65debe0;hpb=6311a3baf533d4a034e51dfe38e8cb213a1bf442;p=picodrive.git diff --git a/pico/pico.h b/pico/pico.h index f22ef60..ac1550d 100644 --- a/pico/pico.h +++ b/pico/pico.h @@ -197,7 +197,6 @@ void PicoDoHighPal555(int sh, int line, struct PicoEState *est); // internals #define PDRAW_SPRITES_MOVED (1<<0) // (asm) #define PDRAW_WND_DIFF_PRIO (1<<1) // not all window tiles use same priority -#define PDRAW_SPR_LO_ON_HI (1<<2) // seen sprites without layer pri bit ontop spr. with that bit #define PDRAW_INTERLACE (1<<3) #define PDRAW_DIRTY_SPRITES (1<<4) // (asm) #define PDRAW_SONIC_MODE (1<<5) // mid-frame palette changes for 8bit renderer