cancel
Showing results for 
Search instead for 
Did you mean: 

vertical blank detect

alberto239955
Associate II
Posted on July 15, 2003 at 11:55

vertical blank detect

1 REPLY 1
alberto239955
Associate II
Posted on July 15, 2003 at 11:55

I have a little problem in detecting the vertical blank to draw smooth animation. I detect the vsync on the bit 3 of 0x3DA addr, but I need the flip-flop one, located in bit 7 of 0x3C2 controlled by the vertical retrace end register. The problem is that I want to see the change by polling the bit 7 and rearm it with VGA IR bit 4. I made some tries of write to VGA IR but it result in no vsync detection or wrong in-frame detection. Has someone any idea?