new acc mode timing, VDP FIFO code
[picodrive.git] / platform / gp2x / port_config.h
index a6a15af..7bfe247 100644 (file)
@@ -12,6 +12,9 @@
 // pico.c\r
 #define CAN_HANDLE_240_LINES   1\r
 \r
+// logging emu events\r
+#define EL_LOGMASK 0 // (EL_STATUS|EL_ANOMALY) // 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