From 2ed28e5590e47c24f9a166272d95a08f1ddec8d2 Mon Sep 17 00:00:00 2001 From: Brooke Vibber Date: Sun, 23 Aug 2026 16:08:18 -0700 Subject: [PATCH] drop some old commented out code --- mandel-core.s | 8 -------- 1 file changed, 8 deletions(-) diff --git a/mandel-core.s b/mandel-core.s index 17ecfc4..a43894d 100644 --- a/mandel-core.s +++ b/mandel-core.s @@ -1051,14 +1051,6 @@ common: ; zx_zy = 0 ; dist = 0 ; iter = 0 -; lda #00 -; ldx #(iter - zx + 1) -;initloop: -; sta zx - 1,x -; dex -; bne initloop -; sta z_buffer_start -; sta z_buffer_end lda #00 sta zx