the old-new win32 port
[picodrive.git] / platform / win32 / GenaDrive / port_config.h
CommitLineData
cc68a136 1// port specific settings\r
2\r
3#ifndef PORT_CONFIG_H\r
4#define PORT_CONFIG_H\r
5\r
cc68a136 6// draw2.c\r
7#define START_ROW 0 // which row of tiles to start rendering at?\r
8#define END_ROW 28 // ..end\r
9\r
03a265e5 10#define SIMPLE_WRITE_SOUND 1\r
4b2b67eb 11#define mix_32_to_16l_stereo_lvl mix_32_to_16l_stereo\r
12\r
cc68a136 13// pico.c\r
14#define CAN_HANDLE_240_LINES 0\r
15\r
4b2b67eb 16#define dprintf\r
17#define strcasecmp stricmp\r
cc68a136 18\r
19#endif //PORT_CONFIG_H\r