diff options
author | 2019-11-23 00:26:10 +0100 | |
---|---|---|
committer | 2019-11-23 00:26:10 +0100 | |
commit | 069da107280ede7d0efcd5339d705eb1adbbc2c2 (patch) | |
tree | b44fdbb43a684c0e72778a9e263dd788d3e20db9 /src/lib/util/options.cpp | |
parent | bd160043519bbe15ce1ac7ac4ecaadeac6756c17 (diff) |
popeye: Add interlaced rendering. [Couriersud]
- fixes MT05600
- There are now three rendering modes selectable via machine config:
- false progressive: same as before.
- Interlaced (scanline skip): only the current field is drawn with
the other field's scanlines blacked. This gives the same flickering
impression as interlaced display.
- Interlaced (bitmap): Bitmap is constructed from odd and even fields.
Result is comparable to PAL/NTSC videos played back on progressive
displays without additional processing.
- Some modernisation, all members initialized in constructor.
Diffstat (limited to 'src/lib/util/options.cpp')
0 files changed, 0 insertions, 0 deletions