X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=svga.h;h=35f4b43a69961aa54b67b6e120e3a4f94693fc47;hp=cebd5552b489c3c19e17e71b4fb87ead4518759c;hb=ea80a45b1dbd9f2c46567e18a2e18fcbb6e55c8d;hpb=c62d28102c77e19c291c78bf6bf7f0a81abd54b9 diff --git a/svga.h b/svga.h index cebd555..35f4b43 100644 --- a/svga.h +++ b/svga.h @@ -39,7 +39,7 @@ typedef struct { int FirstSLine; int LastSLine; - /* Driver code(user)-specified first and last rendered scanlines. + /* Driver code(user)-specified first and last rendered scanlines. Usr*SLine[0] is for NTSC, Usr*SLine[1] is for PAL. */ int UsrFirstSLine[2]; @@ -52,6 +52,7 @@ extern FCEUS FSettings; void FCEU_PrintError(char *format, ...); void FCEU_DispMessage(char *format, ...); +#define FCEU_printf printf void SetNESDeemph(uint8 d, int force); void DrawTextTrans(uint8 *dest, uint32 width, uint8 *textmsg, uint8 fgcolor);