From 1469033c1ec51e929691788a05aee9295870f63a Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Sun, 11 Oct 2020 16:53:00 +0200 Subject: [PATCH] todo --- examples/mandelbrot-gfx.p8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mandelbrot-gfx.p8 b/examples/mandelbrot-gfx.p8 index 0063bb4ce..f1196bc94 100644 --- a/examples/mandelbrot-gfx.p8 +++ b/examples/mandelbrot-gfx.p8 @@ -7,7 +7,6 @@ ; even in Vice in warp mode (700% speed on my machine) it's slow, but you can see progress ; Note: this program is compatible with C64 and CX16. -; TODO why is there a weird black column on the right part on CX16? main { const uword width = 320 @@ -40,6 +39,7 @@ main { iter++ } + ; TODO something above is causing a strange black column on the right on Cx16. if iter & 1 graphics.plot(pixelx, pixely) }