|
|
|
|
|
by toast0
983 days ago
|
|
> And I was expecting some discussion of interlacing, which had a big impact on how pixels and animations appeared on CRTs. Not for 8-bit systems and the vast majority of games on 16-bit systems. AFAIK, all of the 8-bit systems used not-standard video where all frames were odd frames or all frames were even frames, so you got 50/60 Hz progressive video with no interlacing (240p in NTSC, 256p in PAL; both subject to not all systems put meaningful output on all lines). Some 16-bit systems allowed for interlaced modes, but it was rarely used. Fifth generation (N64/PSX/Saturn/etc) made interlacing a lot more common; those systems were more likely to render to a frame buffer and then you can send half the lines in each field and get an increase in vertical detail much easier than getting the same effect working with a sprite engine. |
|