X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fwin32%2FGenaDrive%2Fport_config.h;fp=platform%2Fwin32%2FGenaDrive%2Fport_config.h;h=0000000000000000000000000000000000000000;hb=91842de3ea98d6fdd6c8f85c542a0eb45a84c242;hp=2a405ac07bce2eaee2eaf526366806a8a8187e05;hpb=823b9004c44f2123da164a80d2644b34e3d1997b;p=picodrive.git diff --git a/platform/win32/GenaDrive/port_config.h b/platform/win32/GenaDrive/port_config.h deleted file mode 100644 index 2a405ac..0000000 --- a/platform/win32/GenaDrive/port_config.h +++ /dev/null @@ -1,19 +0,0 @@ -// port specific settings - -#ifndef PORT_CONFIG_H -#define PORT_CONFIG_H - -// 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 - -#define dprintf -#define strcasecmp stricmp - -#endif //PORT_CONFIG_H