X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=svga.h;h=9d8cbf92f47351e227623bd6229a85bf35c03726;hp=35f4b43a69961aa54b67b6e120e3a4f94693fc47;hb=92764e6252a3691033d6044b466bf716c96b62d5;hpb=ea80a45b1dbd9f2c46567e18a2e18fcbb6e55c8d diff --git a/svga.h b/svga.h index 35f4b43..9d8cbf9 100644 --- a/svga.h +++ b/svga.h @@ -20,11 +20,6 @@ */ #include "driver.h" -typedef struct __pal { - uint8 r; - uint8 g; - uint8 b; -} pal; typedef struct { int PAL; @@ -75,10 +70,7 @@ void SetNESPalette(void); #define JOY_LEFT 0x40 #define JOY_RIGHT 0x80 -extern pal *palo; - void DoCommand(uint8 c); extern uint8 CommandQueue; -void FCEU_ResetPalette(void); -void LoadGamePalette(void); + void FlushCommandQueue(void);