fbb217036976ed5c7a297530113fc53748d2c559
[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 // pico.c\r
11 #define CAN_HANDLE_240_LINES    0\r
12 \r
13 #ifdef __cplusplus\r
14 extern "C" {\r
15 #endif\r
16 \r
17 // common debug\r
18 int dprintf (char *format, ...);\r
19 int dprintf2(char *format, ...);\r
20 \r
21 #ifdef __cplusplus\r
22 } // End of extern "C"\r
23 #endif\r
24 \r
25 #endif //PORT_CONFIG_H\r