X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgizmondo%2Fport_config.h;h=58a04759233627df507bfb510e5b9dd57267a2ea;hb=f4c0720c249d4d51f13f9cd69e3f149dcdf64a9e;hp=4bb0b13004126b9bc8192c529baed1819d2e7c45;hpb=5a68108691ed5685682ce133aa0bcf6015c0afd8;p=picodrive.git diff --git a/platform/gizmondo/port_config.h b/platform/gizmondo/port_config.h index 4bb0b13..58a0475 100644 --- a/platform/gizmondo/port_config.h +++ b/platform/gizmondo/port_config.h @@ -11,6 +11,9 @@ #define SCREEN_SIZE_FIXED 1 #define SCREEN_WIDTH 321 #define SCREEN_HEIGHT 240 +#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?