VGA timing
Posted: Mon Jul 22, 2013 8:05 am
Hi,
I started looking at the values for VGA CRT timings. When I look at the wiki here http://wiki.osdev.org/VGA_Hardware I found that for instance mode13h has these values for the CRT:
Now I'm trying to figure these out by looking at the video signal and timings wiki page found here: http://wiki.osdev.org/Video_Signals_And_Timing
But I can not really figure them out because no matter how I twist and turn they don't seem to match. Anyone can tell me how to exactly calculate these?
I started looking at the values for VGA CRT timings. When I look at the wiki here http://wiki.osdev.org/VGA_Hardware I found that for instance mode13h has these values for the CRT:
Code: Select all
0x5F
0x4F
0x50
0x82
0x54
0x80
0xBF
0x1F
0x00
0x41
0x9C
0x8E
0x8F
0x28
0x40
0x96
0xB9
0xA3
But I can not really figure them out because no matter how I twist and turn they don't seem to match. Anyone can tell me how to exactly calculate these?