Uncommon graphics mode games: Difference between revisions

From SNESdev Wiki
Jump to navigationJump to search
m (→‎Hi-Resolution and Interlacing: i think JP also uses color math at the same time, so maybe "without" is misleading)
m (redlink Mode 5)
Line 7: Line 7:
PPU Register $2133 [[PPU registers#SETINI|SETINI]] can enable hi-resolution mode, allowing a 512-pixel horizontal resolution. This causes every even column to display the main screen, and every odd column to display the sub screen. Outside of mode 5, this is usually used as a way to do a 50% blend of the main and sub screens (a.k.a. "pseudo hi-res"). Under composite, this resulting blend can look somewhat smooth, but through S-Video or RGB the vertical stripes might be clearly visible.
PPU Register $2133 [[PPU registers#SETINI|SETINI]] can enable hi-resolution mode, allowing a 512-pixel horizontal resolution. This causes every even column to display the main screen, and every odd column to display the sub screen. Outside of mode 5, this is usually used as a way to do a 50% blend of the main and sub screens (a.k.a. "pseudo hi-res"). Under composite, this resulting blend can look somewhat smooth, but through S-Video or RGB the vertical stripes might be clearly visible.


In mode 5, hi-resolution is automatically forced, and the main and subscreen are automatically overridden with alternating columns of the BG layers, allowing an effective double-width resolution.
In [[Mode 5]], hi-resolution is automatically forced, and the main and subscreen are automatically overridden with alternating columns of the BG layers, allowing an effective double-width resolution.


PPU Register $2133 [[PPU registers#SETINI|SETINI]] can enable interlacing, causing the scanlines of every second frame (field) to be offset downward by half a line. In mode 5 this allows an effective double-height resolution.
PPU Register $2133 [[PPU registers#SETINI|SETINI]] can enable interlacing, causing the scanlines of every second frame (field) to be offset downward by half a line. In mode 5 this allows an effective double-height resolution.

Revision as of 01:03, 16 May 2022

A list of games that use less common graphics modes.

See also: Tricky-to-emulate games

Hi-Resolution and Interlacing

PPU Register $2133 SETINI can enable hi-resolution mode, allowing a 512-pixel horizontal resolution. This causes every even column to display the main screen, and every odd column to display the sub screen. Outside of mode 5, this is usually used as a way to do a 50% blend of the main and sub screens (a.k.a. "pseudo hi-res"). Under composite, this resulting blend can look somewhat smooth, but through S-Video or RGB the vertical stripes might be clearly visible.

In Mode 5, hi-resolution is automatically forced, and the main and subscreen are automatically overridden with alternating columns of the BG layers, allowing an effective double-width resolution.

PPU Register $2133 SETINI can enable interlacing, causing the scanlines of every second frame (field) to be offset downward by half a line. In mode 5 this allows an effective double-height resolution.

Game Notes
Syvalion Mode 5 and interlacing for high resolution text screens at the beginning of the game.
Seiken Densetsu 3 Mode 5 for text boxes and menu screens for a higher resolution Japanese text rendering.
Desert Fighter / Air Strike Patrol Mode 5 and interlacing for high resolution mission briefing text.
Radical Psycho Machine Racing (a.k.a. RPM Racing) Mode 5 and interlacing for high resolution graphics throughout the game. The Japanese release replaced the high-resolution gameplay with low-resolution mode instead.
Jurassic Park The HUD overlay and a notification box during gameplay uses pseudo hi-res for a transparency effect.
Kirby's Dream Land 3 Uses pseudo hi-res for a foreground transparency effect.

Links:

Overscan (240 lines)

PPU Register $2133 SETINI can choose either 224 or 240 lines of visible picture. Most games used 224, allowing a significantly longer vblank period, and the extra lines weren't normally visible on contemporary NTSC televisions.

Game Notes
Tetris & Dr. Mario Both NTSC and PAL versions used the overscan area.
Super Mario World The launch PAL release did not use overscan, but a later PAL revision did.
Super Mario All-Stars PAL version only.