Problem stacking shaders

Hey,

I want to combine crt-easymode with ntsc-colors, but I seem to be unable to get it to work properly. I’ll attach screenshots and code. The first image is just easymode with ntsc added and the second is just easymode

The code for my shader:

shaders = 2

shader0 = shaders/crt-easymode.cg
filter_linear0 = false
scale_type_0 = source
 
shader1 = ../misc/ntsc-colors.cg
filter_linear1 = false
scale_type_1 = source

put the color-changing shader as the first pass with a 1x scale and follow it up with easymode.

It works. Thanks a lot.