1
A simple demo showing how to implement a very primitive CRT-like filter into your game.
It basically simply overwrites every second line of screen-content in RAM with 0. The lines switch every frame, but you have the option to reduce the line-switch-speed by increasing the value "crtSpeed".