800 x 600 tile driver??
johnfl68
Posts: 72
Has anyone had any luck making a 800 x 600 tile driver (or has this been done, and I just can't find it)?
I have had luck modifying vertical resolution in small increments to change to other resolutions, but as soon as I change horizontal, even by just one pixel, or 16 pixels, the monitors will no longer sync with anything.
Does anyone have any suggestions?
Thanks!
John
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Whistler: I want peace on earth and goodwill toward men.
Bernard Abbott: We are the United States Government! We don't do that sort of thing.
Sneakers (1992)
I have had luck modifying vertical resolution in small increments to change to other resolutions, but as soon as I change horizontal, even by just one pixel, or 16 pixels, the monitors will no longer sync with anything.
Does anyone have any suggestions?
Thanks!
John
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Whistler: I want peace on earth and goodwill toward men.
Bernard Abbott: We are the United States Government! We don't do that sort of thing.
Sneakers (1992)
Comments
I took the 1024x768 tile driver, and changed it to 50 x 38 tiles, I modified the tile driver for 800x600 timings (with the exception for the pixel rate, which I have tried all the possible settings but I think it should be around 40):
hp = 800 'horizontal pixels
vp = 600 'vertical pixels
hf = 40 'horizontal front porch pixels
hs = 128 'horizontal sync pixels
hb = 88 'horizontal back porch pixels
vf = 1 'vertical front porch lines
vs = 4 'vertical sync lines
vb = 23 'vertical back porch lines
pr = 40 'pixel rate in MHz at 80MHz system clock (5MHz granularity)
I have tried on a CRT and the closest I got was what looks like a rolling set of patterns with about a 2 second long repeating cycle, as if it is taking 2 seconds to display the image, but that doesn't make any sense (to me) as it is a smaller image than the 1024x768 was.
I am sure there is some part of this that I am missing, but I can't think of what I need to try changing that I haven't already.
Thanks again.
John
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Whistler: I want peace on earth and goodwill toward men.
Bernard Abbott: We are the United States Government! We don't do that sort of thing.
Sneakers (1992)