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