fbdev: fix clear_lines
[picodrive.git] / platform / gizmondo / port_config.h
index 5c9bae0..4bb0b13 100644 (file)
@@ -12,9 +12,6 @@
 #define SCREEN_WIDTH  321\r
 #define SCREEN_HEIGHT 240\r
 \r
-// draw.c\r
-#define OVERRIDE_HIGHCOL 1\r
-\r
 // draw2.c\r
 #define START_ROW  0 // which row of tiles to start rendering at?\r
 #define END_ROW   28 // ..end\r
@@ -29,9 +26,8 @@
 #define dprintf(x...)\r
 \r
 // platform\r
-#define PLAT_MAX_KEYS 32\r
-#define PLAT_HAVE_JOY 0\r
 #define PATH_SEP      "/" // because of cegcc\r
 #define PATH_SEP_C    '/'\r
+#define MENU_X2       0\r
 \r
 #endif //PORT_CONFIG_H\r