X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgizmondo%2Fport_config.h;h=0f89e50d1f74203ca6404c3ae2bbd27d6574f5c0;hb=b24e0f6ce6e8a59ba43597520709ca79fa36ff8e;hp=0079f683be8f3dd1a811d2b9256f52c833d99d9a;hpb=ca482e5de8bacb70db55f43afe02f93fe6fe3f16;p=picodrive.git diff --git a/platform/gizmondo/port_config.h b/platform/gizmondo/port_config.h index 0079f68..0f89e50 100644 --- a/platform/gizmondo/port_config.h +++ b/platform/gizmondo/port_config.h @@ -8,6 +8,10 @@ #define REDUCE_IO_CALLS 0 #define SIMPLE_WRITE_SOUND 0 +#define SCREEN_SIZE_FIXED 1 +#define SCREEN_WIDTH 321 +#define SCREEN_HEIGHT 240 + // draw.c #define OVERRIDE_HIGHCOL 1 @@ -25,9 +29,8 @@ #define dprintf(x...) // platform -#define PLAT_MAX_KEYS 32 -#define PLAT_HAVE_JOY 0 #define PATH_SEP "/" // because of cegcc #define PATH_SEP_C '/' +#define MENU_X2 0 #endif //PORT_CONFIG_H