This commit is contained in:
Brooke Vibber 2023-03-25 20:19:27 -07:00
parent b0e7d1f579
commit 7fa606743f
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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