the old-new win32 port
[picodrive.git] / platform / win32 / GenaDrive / port_config.h
1 // port specific settings\r
2 \r
3 #ifndef PORT_CONFIG_H\r
4 #define PORT_CONFIG_H\r
5 \r
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
10 #define SIMPLE_WRITE_SOUND      1\r
11 #define mix_32_to_16l_stereo_lvl mix_32_to_16l_stereo\r
12 \r
13 // pico.c\r
14 #define CAN_HANDLE_240_LINES    0\r
15 \r
16 #define dprintf\r
17 #define strcasecmp stricmp\r
18 \r
19 #endif //PORT_CONFIG_H\r