line draw deferment implemented
[picodrive.git] / Pico / Pico.c
index a7930fc..58c1a35 100644 (file)
@@ -424,6 +424,7 @@ static int PicoFrameSimple(void)
     if (!(PicoOpt&POPT_ALT_RENDERER))\r
     {\r
       // Draw the screen\r
+#if 0\r
 #if CAN_HANDLE_240_LINES\r
       if (pv->reg[1]&8) {\r
         for (y=0;y<240;y++) PicoLine(y);\r
@@ -432,6 +433,7 @@ static int PicoFrameSimple(void)
       }\r
 #else\r
       for (y=0;y<224;y++) PicoLine(y);\r
+#endif\r
 #endif\r
     }\r
     else PicoFrameFull();\r