From d5c15bd0c2b618c4a9e96e46b6520ee243ab531f Mon Sep 17 00:00:00 2001 From: hugova Date: Tue, 25 Mar 2025 19:38:51 +0100 Subject: [PATCH] Code cleanup --- wip-hugo/routines/line/line_down.s | 1 - wip-hugo/routines/line/line_down_inv.s | 1 - wip-hugo/routines/memory/pixel_draw.s | 15 +-------------- 3 files changed, 1 insertion(+), 16 deletions(-) diff --git a/wip-hugo/routines/line/line_down.s b/wip-hugo/routines/line/line_down.s index 40d8417..a947cf9 100644 --- a/wip-hugo/routines/line/line_down.s +++ b/wip-hugo/routines/line/line_down.s @@ -51,7 +51,6 @@ Sub_16 >D, D, btp_mem_pos, btp_mem_pos - ;STA >btp_mem_pos - ;LDA #$00 - ;ADC C @@ -91,7 +79,6 @@ end__: Add_16 >btp_mem_pos, Bitmap, ! ;;Let draw some stuff - ;LDY #$00 LDA byte_to_paint ;; note that both bytes are used! ORA (>btp_mem_pos), Y STA (>btp_mem_pos), Y