UIQ3 update, some makefile unification, rm old configs, stuff
[picodrive.git] / platform / gizmondo / port_config.h
index 0184032..0079f68 100644 (file)
@@ -5,6 +5,8 @@
 \r
 #define CASE_SENSITIVE_FS 0\r
 #define DONT_OPEN_MANY_FILES 0\r
+#define REDUCE_IO_CALLS 0\r
+#define SIMPLE_WRITE_SOUND 0\r
 \r
 // draw.c\r
 #define OVERRIDE_HIGHCOL 1\r
 // pico.c\r
 #define CAN_HANDLE_240_LINES   1\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
 //#define dprintf(f,...) printf("%05i:%03i: " f "\n",Pico.m.frame_count,Pico.m.scanline,##__VA_ARGS__)\r
 #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
+\r
 #endif //PORT_CONFIG_H\r