We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS

Horizontal Pseudo 512 Mode: Difference between revisions

From SnesLab
Jump to: navigation, search
(overscan prevents all of the screen from being displayed)
(hyphen)
Line 1: Line 1:
'''Pseudo HiRes Mode''' is a transparency technique that displays the [[Main Screen]] and [[Sub Screen]] at the same time without the use of color math.  It is enabled by setting bit 3 of SETINI (2133h).  Columns of dots with an odd horizontal position are drawn by sampling a subscreen pixel, and columns of dots with an even horizontal position are drawn by sampling a main screen pixel.  A CRT televsion blends the adjacent dots together, creating the transparency effect.
'''Pseudo Hi-Res Mode''' is a transparency technique that displays the [[Main Screen]] and [[Sub Screen]] at the same time without the use of color math.  It is enabled by setting bit 3 of SETINI (2133h).  Columns of dots with an odd horizontal position are drawn by sampling a subscreen pixel, and columns of dots with an even horizontal position are drawn by sampling a main screen pixel.  A CRT televsion blends the adjacent dots together, creating the transparency effect.


=== Examples ===
=== Examples ===

Revision as of 00:48, 7 June 2023

Pseudo Hi-Res Mode is a transparency technique that displays the Main Screen and Sub Screen at the same time without the use of color math. It is enabled by setting bit 3 of SETINI (2133h). Columns of dots with an odd horizontal position are drawn by sampling a subscreen pixel, and columns of dots with an even horizontal position are drawn by sampling a main screen pixel. A CRT televsion blends the adjacent dots together, creating the transparency effect.

Examples

  • the HUD in Jurassic Park
  • the trees in Kirby's Dreamland 3

See Also

References