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:
parent
1527273bcc
commit
9477cd1413
Binary file not shown.
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user