X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fdraw2.c;h=5730d7b6d74daed7d2653d48c0b94efa08d06fc2;hb=9c9cda8c39bd2a6b99b8420a3034c454bc713954;hp=ae69b52d441040c39f77e9e2d751eeb6f94122c9;hpb=5609d343e3b34d9fed210a1c26c2441d3f797036;p=picodrive.git diff --git a/pico/draw2.c b/pico/draw2.c index ae69b52..5730d7b 100644 --- a/pico/draw2.c +++ b/pico/draw2.c @@ -8,10 +8,8 @@ #include "pico_int.h" -// port_config.h include must define these 2 defines: -// #define START_ROW 1 // which row of tiles to start rendering at? -// #define END_ROW 27 // ..end -// one row means 8 pixels. If above example was used, (27-1)*8=208 lines would be rendered. +#define START_ROW 0 // which row of tiles to start rendering at? +#define END_ROW 28 // ..end #define TILE_ROWS END_ROW-START_ROW