irixxxx / picodrive

Fast MegaDrive/MegaCD/32X emulator
Other
55 stars 25 forks source link

[Feature] Emulate TV scanlines #139

Open irixxxx opened 3 months ago

irixxxx commented 3 months ago

PicoDrive currently creates output in 320x240 resolution, but a real TV does 480 lines, with every 2nd line not used (at least in non-interlace mode) since only even frames are generated. Those lines aren't exactly empty since the electronic beam is slightly wider and creates residues in those ideally black lines. That could be emulated by adding lower intensity (shadowed) lines.