Log In  

Simple CRT filter I made since I couldn't find any others

Cart #simplecrtfilter-0 | 2023-09-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

P#133879 2023-09-03 01:31

1

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
P#133886 2023-09-03 08:28

[Please log in to post a comment]