X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Fport_config.h;h=22b43cd56a711de0f8632a831323c1533c50f8b7;hb=260f1bcc8a782e7b19a11d446927cd4c2c493e8c;hp=fe0fcea3184a0477c78e51e00c8160b6ca81e5c1;hpb=6af8fee5348a8f90be23eb8f74fcfe2b5b28e60e;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...)