X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=input%2Fshare.h;h=adfeca91819b356706da1c70cffc41ff6008e9e1;hb=f5eb372f3bff0731642899f6aaec35e9001bd451;hp=8e8c3335b9122521102acec8f13ba2246f17e268;hpb=c62d28102c77e19c291c78bf6bf7f0a81abd54b9;p=fceu.git diff --git a/input/share.h b/input/share.h index 8e8c333..adfeca9 100644 --- a/input/share.h +++ b/input/share.h @@ -1,7 +1,13 @@ #include "../types.h" #include "../input.h" #include "../fce.h" -#include "../svga.h" +#include "../ppu.h" #include "../x6502.h" +#include "../palette.h" void FCEU_DrawCursor(uint8 *buf, int xc, int yc); +void FCEU_DrawGunSight(uint8 *buf, int xc, int yc); + +#define SCREEN_WIDTH 320 +#define SCREEN_OFFS 32 +