X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=platform%2Fwin32%2FGenaDrive%2Fport_config.h;h=2a405ac07bce2eaee2eaf526366806a8a8187e05;hb=03a265e5ebabff7adbb4f97387f81e9b0428dbee;hp=fbb217036976ed5c7a297530113fc53748d2c559;hpb=8ab3e3c1cf696cb776b14ab511f98aa8ab22797e;p=picodrive.git diff --git a/platform/win32/GenaDrive/port_config.h b/platform/win32/GenaDrive/port_config.h index fbb2170..2a405ac 100644 --- a/platform/win32/GenaDrive/port_config.h +++ b/platform/win32/GenaDrive/port_config.h @@ -7,19 +7,13 @@ #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