X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fwin32%2FGenaDrive%2Fport_config.h;h=2a405ac07bce2eaee2eaf526366806a8a8187e05;hb=efcba75f8a730340df6c1b679a207723f98d1ee6;hp=9acc7cd1427332df43ba981cbb62ead2bca4012f;hpb=cc68a136aa179a5f32fe40208371eb9c2b0aadae;p=picodrive.git diff --git a/platform/win32/GenaDrive/port_config.h b/platform/win32/GenaDrive/port_config.h index 9acc7cd..2a405ac 100644 --- a/platform/win32/GenaDrive/port_config.h +++ b/platform/win32/GenaDrive/port_config.h @@ -3,25 +3,17 @@ #ifndef PORT_CONFIG_H #define PORT_CONFIG_H -#define CPU_CALL __fastcall - // draw2.c #define START_ROW 0 // which row of tiles to start rendering at? #define END_ROW 28 // ..end +#define SIMPLE_WRITE_SOUND 1 +#define mix_32_to_16l_stereo_lvl mix_32_to_16l_stereo + // pico.c #define CAN_HANDLE_240_LINES 0 -#ifdef __cplusplus -extern "C" { -#endif - -// common debug -int dprintf (char *format, ...); -int dprintf2(char *format, ...); - -#ifdef __cplusplus -} // End of extern "C" -#endif +#define dprintf +#define strcasecmp stricmp #endif //PORT_CONFIG_H