X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Fport_config.h;h=22b43cd56a711de0f8632a831323c1533c50f8b7;hb=3f2aaff20c940e90e970c008e56f5253d494a92c;hp=fe0fcea3184a0477c78e51e00c8160b6ca81e5c1;hpb=41ec19af1e5a75e799e2c26091548790b41acb6c;p=libpicofe.git diff --git a/gp2x/port_config.h b/gp2x/port_config.h index fe0fcea..22b43cd 100644 --- a/gp2x/port_config.h +++ b/gp2x/port_config.h @@ -19,7 +19,7 @@ #define CAN_HANDLE_240_LINES 1 // logging emu events -#define EL_LOGMASK EL_STATUS // (EL_STATUS|EL_ANOMALY|EL_UIO|EL_SRAMIO|EL_INTS|EL_CDPOLL) // xffff +#define EL_LOGMASK (EL_STATUS|EL_IDLE) // (EL_STATUS|EL_ANOMALY|EL_UIO|EL_SRAMIO|EL_INTS|EL_CDPOLL) // xffff //#define dprintf(f,...) printf("%05i:%03i: " f "\n",Pico.m.frame_count,Pico.m.scanline,##__VA_ARGS__) #define dprintf(x...)