help with NTSC_colorbars driver
dr hydra
Posts: 212
I am looking at Eric Ball's NTSC_colorbars driver in the OBEX. I want to do a non-interlaced 240 lines of resolution (60fps) display, however, I am not sure how or what (program) lines need changed. It looks like I just need to change where the #mainloop jumps too. Is that all, or do I need to remove the old #mainloop line(s) or change other lines?
Also, how would I increase the horizontal res to 256 pixels (256*240 display). Do I just change the "MOV count, #(17*6+2)/4" to 256 or do I need to change one of the frqa lines?
Also, how would I increase the horizontal res to 256 pixels (256*240 display). Do I just change the "MOV count, #(17*6+2)/4" to 256 or do I need to change one of the frqa lines?