|
|
|
|
|
by Lerc
3382 days ago
|
|
I once toyed with Temporal dithering on VGA ModeX. While the bullet point listed resolution for standard VGA was 320x200. Hitting the hardware registers and paying the price of a rather peculiar addressing mechanism for pixels you could get a lot more(and double buffering to boot). 320x240 was the most common tweaked mode, because it gave you square pixels and page flipping. At the edge of what momitors could handle there was a 400x300 mode which ran at 87Hz Flipping two images with this mechanism give you a 43Hz shimmer, which is amost impossible to pick on colours if the two components are similar luminance. I never saw this get used for anything, but it would have made an excellent paint program for standert VGA. |
|
Of course, it meant you had to spend 90% of the frame updating the pallete registers and only had the vertical blank time to draw everything into the frame buffer. But, the focus of the demo was the idea that high-color was at all possible on VGA hardware.