[GFX] Fine Scrolling Ideas
Vega256
Posts: 197
Hey,
It's getting gradually difficult to dig up tile drivers, especially those with fine scrolling. Has any graphics programming gurus here written a tile/sprite driver with smooth vertical and horizontal scrolling?
It's getting gradually difficult to dig up tile drivers, especially those with fine scrolling. Has any graphics programming gurus here written a tile/sprite driver with smooth vertical and horizontal scrolling?
Comments
I think the driver that does horizontal scrolling is a byte / color driver, 4 pixels / waitvid. That's the easiest case. I don't recall any bit / pixel type drivers including scrolling.
And most importantly, it has got both V and H mirroring like old school consoles. (I don't know any other driver that has got this)
Impressive driver I must say, just two cogs, H/V scrolling, H/V mirroring and VGA.
My driver is two cogs as well and it does include (unfinished) sprite support, BUT what's impressive is that you are doing almost the same with VGA timing.
:thumb: