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=f12b1f316ca070bda860108b4e3901628d1a8398;hpb=d97315ac0bca825d2d50a44453bc5652946e2c67 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);