1
0
mirror of https://github.com/marqs85/ossc.git synced 2024-06-16 23:29:30 +00:00
ossc/software/sys_controller/tvp7002
Russell Harmon 71147c44dd Add 480x272 sampling/optimized mode for the PSP.
This commit adds both a 480p input sampling mode and line2x optimized
mode for the PSP's 480x272 picture. The line2x optimized mode is enabled
automatically when the sampling mode is selected.

When in-game, the PSP outputs a letterboxed 480p picture. The active
portion of the screen is 480x272, but is treated as 480p (480x720).

In addition, a line2x optimized mode is added which produces a 960x544
output picture, which if desired the top + bottom pixels can be dropped
producing a 960x540 (qHD) picture.

To generate a qHD picture, use the following settings:

V. Active: 270
V. Backporch: 135
2020-06-03 20:33:36 +00:00
..
tvp7002_regs.h Release 0.67. 2016-03-27 23:09:31 +03:00
tvp7002.c tvp7002 related updates 2020-02-09 20:13:33 +02:00
tvp7002.h tvp7002 related updates 2020-02-09 20:13:33 +02:00
video_modes.c Add 480x272 sampling/optimized mode for the PSP. 2020-06-03 20:33:36 +00:00
video_modes.h Add 480x272 sampling/optimized mode for the PSP. 2020-06-03 20:33:36 +00:00