Simple CRT filter I made since I couldn't find any others
2
To test it I added it to my old half life clone, fits well!
And I shortened the function a little so it "just" turns on CRT out of the box:
function crt() poke(0x5f5f,0x10) pal({129,130,131,132,133,134,6,136,137,138,139,140,141,142,143},2) memset(0x5f70,0x55,16) end |
[Please log in to post a comment]