top | item 37117160

(no title)

gryson | 2 years ago

Small correction: the example of "Mode-7 like effects" in Batman and Robin on the Mega Drive is not done in software (where "software" implies the CPU is drawing the pixels).

The Mega Drive's VDP is capable of both line scrolling and column scrolling, and the effect (commonly called "tilting") is a combination of line and column scrolling.

Tilting can be done via hardware on the VDP quite easily. Both line and column scrolling are easy to set up. One disadvantage is that a background can only be tilted to a certain degree before the illusion is broken (which makes it different from true Mode-7 rotation). Another disadvantage is that there's a bug in the VDP such that when both forms of scrolling are used concurrently, the leftmost column has garbage data. Most developers would hide this column with a black bar (as seen in Batman and Robin).

Some more examples can be seen towards the bottom here:

https://rasterscroll.com/mdgraphics/graphical-effects/tiltin...

discuss

order