--- uae/src/include/picasso96.h 2018/04/24 16:40:14 1.1 +++ uae/src/include/picasso96.h 2018/04/24 17:02:24 1.1.1.4 @@ -15,6 +15,26 @@ #define COMP 2 #define INVERS 4 +typedef enum { + BLIT_FALSE, + BLIT_NOR, + BLIT_ONLYDST, + BLIT_NOTSRC, + BLIT_ONLYSRC, + BLIT_NOTDST, + BLIT_EOR, + BLIT_NAND, + BLIT_AND, + BLIT_NEOR, + BLIT_DST, + BLIT_NOTONLYSRC, + BLIT_SRC, + BLIT_NOTONLYDST, + BLIT_OR, + BLIT_TRUE, + BLIT_LAST +} BLIT_OPCODE; + struct ScreenResolution { uae_u32 width; /* in pixels */ @@ -88,6 +108,12 @@ typedef enum { #define RGBFF_Y4U2V2 (1<