oshide: drop termios dump/restore, OS already handles that
[libpicofe.git] / pandora / port_config.h
index 3d047dc..a670c1c 100644 (file)
@@ -3,20 +3,14 @@
 #ifndef PORT_CONFIG_H\r
 #define PORT_CONFIG_H\r
 \r
-#include "../gp2x/version.h" /* FIXME */\r
-\r
 #define CASE_SENSITIVE_FS 1 // CS filesystem\r
 #define DONT_OPEN_MANY_FILES 0\r
 #define REDUCE_IO_CALLS 0\r
-#define SIMPLE_WRITE_SOUND 0\r
 \r
 #define SCREEN_SIZE_FIXED 1\r
 #define SCREEN_WIDTH  800\r
 #define SCREEN_HEIGHT 480\r
 \r
-// draw.c\r
-#define OVERRIDE_HIGHCOL 0\r
-\r
 // draw2.c\r
 #define START_ROW  0 // which row of tiles to start rendering at?\r
 #define END_ROW   28 // ..end\r
@@ -24,6 +18,8 @@
 // pico.c\r
 #define CAN_HANDLE_240_LINES   1\r
 \r
+#define SIMPLE_WRITE_SOUND     0\r
+\r
 // logging emu events\r
 #define EL_LOGMASK (EL_STATUS|EL_IDLE) // (EL_STATUS|EL_ANOMALY|EL_UIO|EL_SRAMIO|EL_INTS|EL_CDPOLL) // xffff\r
 \r
@@ -31,8 +27,6 @@
 #define dprintf(x...)\r
 \r
 // platform\r
-#define PLAT_MAX_KEYS 32\r
-#define PLAT_HAVE_JOY 1\r
 #define PATH_SEP      "/"\r
 #define PATH_SEP_C    '/'\r
 #define MENU_X2       1\r