From 7fa606743f580bce8771ed93cf85f9e0d661a386 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 25 Mar 2023 20:19:27 -0700 Subject: [PATCH] tweak --- dither-image.js | 2 +- dither4.s | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dither-image.js b/dither-image.js index f7be3d4..07a66da 100644 --- a/dither-image.js +++ b/dither-image.js @@ -1016,7 +1016,7 @@ ${byte2byte(odd(frame.palette3))} .align 1024 displaylist: ; 24 lines overscan - .repeat 3 + .repeat 2 .byte $70 ; 8 blank lines .endrep ; include a DLI to mark us as frame 0 diff --git a/dither4.s b/dither4.s index b985633..fd4c0ec 100644 --- a/dither4.s +++ b/dither4.s @@ -34,7 +34,7 @@ bytes_per_line = 40 pages_per_frame = 32 lines_per_frame = 262 ;scanline_offset = 31 + (40 - 24) / 2 -scanline_offset = 38 +scanline_offset = 30 scanline_max = (lines_per_frame - scanline_offset) / 2 .data