Hi,
I recently (re)discovered this project while looking for an easy way to create low rez 1-bit games.
And after doing a little bit of research I saw that I could customize the resolution of my games using the clip function (https://github.com/nesbox/TIC-80/wiki/clip).
But I don't know exactly how it works, could you give me an example or point me to the direction in which I can continue with my investigation?
For example, if I download a cartridge with constringed screen resolution, how can I view the code to figure it out by myself? Just loading it?
And what if I wanted to fully customize my console? I could basically fork the project modify the code and change the values I want, right?
Thanks in advance.