X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fuiq3%2Fport_config.h;h=6785d25566fe5e79f594e0d64880bce4e8555760;hb=2b2b46b05d5fbabb59c1392fbfdf8c715ef02a83;hp=0686c26d6ffd69f019fc8f06b972d67889f3eda6;hpb=ca482e5de8bacb70db55f43afe02f93fe6fe3f16;p=picodrive.git diff --git a/platform/uiq3/port_config.h b/platform/uiq3/port_config.h index 0686c26..6785d25 100644 --- a/platform/uiq3/port_config.h +++ b/platform/uiq3/port_config.h @@ -19,16 +19,18 @@ #define CAN_HANDLE_240_LINES 0 // for now // logging emu events -#define EL_LOGMASK (EL_STATUS|EL_IDLE) // (EL_STATUS|EL_ANOMALY|EL_UIO|EL_SRAMIO|EL_INTS|EL_CDPOLL) // xffff +#define EL_LOGMASK (EL_STATUS) // |EL_SVP|EL_ANOMALY) //extern void dprintf(char *format, ...); //#define dprintf(f,...) printf("%05i:%03i: " f "\n",Pico.m.frame_count,Pico.m.scanline,##__VA_ARGS__) #define dprintf(x...) // platform -#define PLAT_MAX_KEYS (256+19) -#define PLAT_HAVE_JOY 0 #define PATH_SEP "\\" #define PATH_SEP_C '\\' +#define MENU_X2 0 + +// engine/vid.cpp, also update BORDER_R in port_config.s +#define VID_BORDER_R 16 #endif // PORT_CONFIG_H