X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgizmondo%2Fport_config.h;h=58a04759233627df507bfb510e5b9dd57267a2ea;hb=10ef62e38161092022d6e803a09f465590607354;hp=5c9bae0b3239a4483e9da4584ad246aa9f88e058;hpb=e2de9939cd42db1810cb523eda4bc9186d7b4ddf;p=picodrive.git diff --git a/platform/gizmondo/port_config.h b/platform/gizmondo/port_config.h index 5c9bae0..58a0475 100644 --- a/platform/gizmondo/port_config.h +++ b/platform/gizmondo/port_config.h @@ -11,9 +11,9 @@ #define SCREEN_SIZE_FIXED 1 #define SCREEN_WIDTH 321 #define SCREEN_HEIGHT 240 - -// draw.c -#define OVERRIDE_HIGHCOL 1 +#define MSCREEN_SIZE_FIXED 1 +#define MSCREEN_WIDTH SCREEN_WIDTH +#define MSCREEN_HEIGHT SCREEN_HEIGHT // draw2.c #define START_ROW 0 // which row of tiles to start rendering at? @@ -29,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