tweak
This commit is contained in:
parent
b0e7d1f579
commit
7fa606743f
2 changed files with 2 additions and 2 deletions
|
@ -1016,7 +1016,7 @@ ${byte2byte(odd(frame.palette3))}
|
||||||
.align 1024
|
.align 1024
|
||||||
displaylist:
|
displaylist:
|
||||||
; 24 lines overscan
|
; 24 lines overscan
|
||||||
.repeat 3
|
.repeat 2
|
||||||
.byte $70 ; 8 blank lines
|
.byte $70 ; 8 blank lines
|
||||||
.endrep
|
.endrep
|
||||||
; include a DLI to mark us as frame 0
|
; include a DLI to mark us as frame 0
|
||||||
|
|
|
@ -34,7 +34,7 @@ bytes_per_line = 40
|
||||||
pages_per_frame = 32
|
pages_per_frame = 32
|
||||||
lines_per_frame = 262
|
lines_per_frame = 262
|
||||||
;scanline_offset = 31 + (40 - 24) / 2
|
;scanline_offset = 31 + (40 - 24) / 2
|
||||||
scanline_offset = 38
|
scanline_offset = 30
|
||||||
scanline_max = (lines_per_frame - scanline_offset) / 2
|
scanline_max = (lines_per_frame - scanline_offset) / 2
|
||||||
|
|
||||||
.data
|
.data
|
||||||
|
|
Loading…
Reference in a new issue