1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-04-09 01:37:17 +00:00

Adjust inital scanline RGB

This commit is contained in:
David Schmenk 2025-01-10 07:39:01 -08:00
parent 1527273bcc
commit 9477cd1413
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -619,7 +619,7 @@ def rgbImportExport(rgbfile, dhgrfile)#0
for j = 0 to 191
fileio:read(refnum, rgbScanline, 560 * 3)
memset(@ntscCycle, GREY_CHROMA, 24) // Reset chroma cycle
prevRed, prevGrn, prevBLu = 128, 128, 128 // Reset prev RGB
prevRed, prevGrn, prevBLu = 96, 96, 96 // Reset prev RGB
rgbptr = rgbScanline
errptr = rgbErr
for i = 0 to 559