X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FPico.c;fp=Pico%2FPico.c;h=58c1a354638654bf7c68acdb4e55ff62903224f2;hb=b6d7ac70909e29ba8f40d6eaee53dd5b1bb71e52;hp=a7930fc74d05588678cd5616d37a2a3885575be8;hpb=1a65e3b1612e5a414bb6742b5485594a9430233e;p=picodrive.git diff --git a/Pico/Pico.c b/Pico/Pico.c index a7930fc..58c1a35 100644 --- a/Pico/Pico.c +++ b/Pico/Pico.c @@ -424,6 +424,7 @@ static int PicoFrameSimple(void) if (!(PicoOpt&POPT_ALT_RENDERER)) { // Draw the screen +#if 0 #if CAN_HANDLE_240_LINES if (pv->reg[1]&8) { for (y=0;y<240;y++) PicoLine(y); @@ -432,6 +433,7 @@ static int PicoFrameSimple(void) } #else for (y=0;y<224;y++) PicoLine(y); +#endif #endif } else PicoFrameFull();