Uncommon graphics mode games: Difference between revisions

From SNESdev Wiki
Jump to navigationJump to search
(→‎Mode 7 EXTBG: extbgtest ROM)
(Add RNRR as using Mode 4)
 
(54 intermediate revisions by 7 users not shown)
Line 1: Line 1:
A list of games that use less common graphics modes.
A list of games that use less common graphics modes.


See also: [[Tricky-to-emulate games]]
== BG Mode 0 ==


== Hi-Resolution and Interlacing ==
[[Backgrounds#Mode 0|BG Mode 0]] is somewhat uncommon, but provides 4 independent layers of 2bpp graphics.


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.
{| class="wikitable"
! Game
! Notes
|-
| '''Kingyo Chuuihou! Tobidase! Game Gakuen'''
| Used during the Jaleco logo boot screen animation.
|-
| '''The Simpsons: Bart's Nightmare'''
| Used during gameplay.
|-
| '''Super Mario Kart'''
| For the layered "Choose your driver...." screen with separately scrolling text and ground.
|-
| '''Yoshi's Island'''
| The title screen uses mode 0 for the upper portion of its title screen. 6-8 "King Bowser's Castle" has a room for Kamek with 4 layers of parallaxing pillars: [https://youtu.be/U8btNneN8ew?t=24458 video]
|}


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.
== BG Mode 3 8bpp ==


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.
[[Backgrounds#Mode 3|BG Mode 3]] is uncommon, but provides [[Tiles#8bpp|8bpp]] graphics. Mode 3 [[Direct color|Direct Color]] cases are [[#Direct Color|listed below]] in their own section instead.


{| class="wikitable"
{| class="wikitable"
Line 15: Line 30:
! Notes
! Notes
|-
|-
| '''Syvalion'''
| '''Donkey Kong Country'''
| Mode 5 and interlacing for high resolution text screens at the beginning of the game.
| Used for a palette animation drawing the green lines of the Rareware logo at boot.
|-
|-
| '''Seiken Densetsu 3'''
| '''Kingyo Chuuihou! Tobidase! Game Gakuen'''
| Mode 5 for text boxes and menu screens for a higher resolution Japanese text rendering.
| Used extensively throughout the game for several CG scenes.
|-
|-
| '''Rudra no Hihou'''
| '''Ms. Pac-Man'''
| Mode 5 for text boxes and menu screens for a higher resolution Japanese text rendering.
| Used for the title screen.
|-
|-
| '''Desert Fighter''' / '''Air Strike Patrol'''
| '''Secret of Mana'''
| Mode 5 and interlacing for high resolution mission briefing text.
| Used for the title screen. (Image appears to use a lossy JPEG-like compression technique.)
|-
|-
| '''Radical Psycho Machine Racing''' (a.k.a. '''RPM Racing''')
| '''Sim City 2000'''
| Mode 5 and interlacing for high resolution graphics throughout the game. The Japanese release replaced the high-resolution gameplay with low-resolution mode instead.
| Used to display the city itself - the interface uses the 4bpp layer.
|-
|-
| '''Jurassic Park'''
| '''Toy Story'''
| The HUD overlay and a notification box during gameplay uses pseudo hi-res for a transparency effect.
| Used for many high-color screens throughout.
|-
|-
| '''Kirby's Dream Land 3'''
| '''Yam Yam'''
| Uses pseudo hi-res for a foreground transparency effect.
| Used for the title screen.
|-
|-
| '''[https://forums.nesdev.org/viewtopic.php?p=174494 PPU Bus Activity Demo]'''
| '''Zoop'''
| Demo by lidnariq which includes mode 6, among other things.
| A single 8bpp layer is used for gameplay.
|}
|}


Links:
== BG Mode 4 8bpp ==
* [https://forums.nesdev.org/viewtopic.php?p=279118#p279118 Forum thread] - CRT photos of various hi-resolution effects.
 
[[Backgrounds#Mode 4|BG Mode 4]] provides [[Tiles#8bpp|8bpp]] graphics on BG1 with [[offset-per-tile|Offset-Per-Tile]].
 
{| class="wikitable"
! Game
! Notes
|-
| '''Bust-a-Move''' / '''Puzzle Bobble'''
| 8bpp graphics are needed so that all combinations of adjacent bubble colors can be accommodated on the tilemap. Also uses vertical Offset-Per-Tile to shift the playfield.
|-
| '''Rock'n'Roll Racing'''
| Used on the "buy equipment" screen (no Offset-per-Tile)
|}


== Overscan (239 lines) ==
== BG Mode 7 EXTBG ==


PPU Register $2133 [[PPU registers#SETINI|SETINI]] can choose either 224 or 239 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.
While [[Backgrounds#Mode 7|BG Mode 7]] was very popular, [[Backgrounds#EXTBG|BG Mode 7 EXTBG]] was not very common.


{| class="wikitable"
{| class="wikitable"
Line 51: Line 78:
! Notes
! Notes
|-
|-
| '''Rendering Ranger R2'''
| '''Contra 3'''
| NTSC (Japan), often manually blanks several lines at the bottom.
| Used on the second level, allows the player to walk under bridges.
|-
|-
| '''Super Mario All-Stars'''
| '''Super Ghouls 'n Ghosts'''
| PAL version only.
| Used to put the level over the player's feet on a rotating level.
|-
|-
| '''Super Mario Kart'''
| '''Super Turrican 2'''
| PAL version only, but with some "manual" letterboxing.
| Used for a boss fight.
|-
|-
| '''Super Mario World'''
| '''Tiny Toon's Adventures'''
| The launch PAL release did not use overscan, but a later PAL revision did.
| Used on the title screen.
|-
|-
| '''Super Tetris 2 + Bombliss'''
| '''[https://forums.nesdev.org/viewtopic.php?t=24081 extbgtest]'''
| NTSC (Japan).
| Test ROM for mode 7 EXTBG. (BG1 vs. BG2, Indexed vs. Direct Color.)
|}
 
== Direct Color ==
 
See: [[Direct color]]
 
{| class="wikitable"
! Game
! Notes
|-
|-
| '''Super Tetris 3'''
| '''Actraiser 2'''
| NTSC (Japan).
| The [[mode 7]] overworld map uses Direct Color.
|-
|-
| '''Tetris & Dr. Mario'''
| '''Aerobiz'''
| Both NTSC and PAL versions used the overscan area.
| The title screen uses mode 7 Direct Color.
|-
|-
| '''Tom & Jerry'''
| '''Romance of the Three Kingdoms II'''
| NTSC and PAL.
| The title screen and introduction sequence use mode 7 Direct Color.
|-
|-
| '''Yoshi's Cookie'''
| '''Secret of Mana'''
| NTSC and PAL.
| The spherical world map uses mode 7 Direct Color. The flat world map uses mode 3 Direct Color. While riding Flammie, press Start for the spherical map, then press R to switch to the flat map.
|}
|}


== Vertical Offset-per-tile ==
== High-Resolution and Interlacing ==
 
PPU register $2133 [[PPU registers#SETINI|SETINI]] can enable hi-res mode, allowing a 512-pixel horizontal resolution.
 
Outside of BG 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"). Starting from 0, it causes every even column to display the sub screen and every odd column to display the main screen. The sub screen is the left column in each pixel pair. Because composite television signals had limited bandwidth, this could result in a smooth horizontal blending of the columns, but through S-Video or RGB the vertical stripes might be clearly visible.


See: [[Offset-per-tile]]  
In [[Mode 5|BG Mode 5]], hi-res is automatically forced, and the main and sub screen are automatically overridden with alternating columns of the BG layers, allowing the tilemaps to be used at double-width resolution.
 
PPU register $2133 [[PPU registers#SETINI|SETINI]] can also enable interlacing, causing the scanlines of every second frame (field) to be offset downward by half a line. In mode 5 this allows a double-height tilemap resolution, but at half the frame rate, and with the other visual compromises of interlacing.
 
Because of the visual complexity of Japanese text characters, hi-res was often used to improve their detail for legibility. On high-contrast shapes like text, this is beneficial even with the limited bandwidth of composite output.


{| class="wikitable"
{| class="wikitable"
Line 87: Line 131:
! Notes
! Notes
|-
|-
| '''Tetris Attack'''
| '''The Atlas: Renaissance Voyager'''
| Used for independently shifting columns of gameplay.
| Mode 5 hi-res used for a status area at the bottom of the map screen.
|-
| '''Bishoujo Janshi Suchi-Pie'''
| Mode 5 and interlacing for some high resolution graphic screens when entering a location.
|-
| '''Chrono Trigger'''
| Uses interlacing in the cockpit view when crashing the Epoch ship into Lavos (modes 7 and 1). This may have been used as an intentional jitter. After the Epoch gains its wings, but before Lavos' head is defeated, send the Epoch to 1999 AD. ([https://www.youtube.com/watch?v=Yv0X4kAYN5Y video]) ([https://fantasyanime.com/squaresoft/ctsaves-srm.htm Save #12 slot 2])
|-
| '''Crayon Shin-Chan: Arashi o Yobu Enji'''
| Stage 2 uses pseudo hi-res effect for a grey mist. Can be reached from the title screen by waiting for the second attract sequence.
|-
|-
| '''Timecop'''
| '''Donkey Kong Country'''
| During the introduction, used for a wobbling effect on the time machine.
| After the Rareware logo shrinks and moves to the bottom right corner, it uses mode 5 to make that small logo higher resolution.
|-
|-
| '''Yoshi's Island'''
| '''Jurassic Park'''
| Used for the 1-7 "Touch Fuzzy Get Dizzy" effect, and moving platforms in 6-4 "Tap-Tap The Red Nose's Fort".
| The HUD overlay and a notification box during gameplay use pseudo hi-res for a transparency effect.
|-
|-
| '''Bust-a-Move'''
| '''Kirby's Dream Land 3'''
| Used to make the playfield jitter vertically, to warn that the playfield will be moved downwards. This game also uses background mode 4.
| Uses pseudo hi-res for a foreground transparency effect.
|-
|-
| '''Star Fox'''
| '''Maka Maka'''
| Used for the slight rotation effect on the background behind the SuperFX graphics.
| Has interlacing enabled in-game (but not on the title screen).
|-
|-
| '''Prehistorik Man'''
| '''Porky Pig's Haunted Holiday'''
| Used on stage 21 (Icebergs) to simulate rotation on the ice platforms.
| Mode 5 is used in an introductory room for many levels, giving a high resolution scene one screen wide.
|-
|-
| '''Aladdin'''
| '''Power Drive'''
| Used on the final boss fight.
| Mode 5 and interlacing used during introduction for high resolution U.S. Gold logo and text screns.
|-
|-
| '''Axelay'''
| '''Radical Psycho Machine Racing''' (a.k.a. '''RPM Racing''')
| Used for large vertically moving obstacles on the second level.
| Mode 5 and interlacing for high resolution graphics throughout the game. The Japanese release replaced the high-resolution gameplay with low-resolution mode instead.
|-
|-
| '''Battletoads in Battlemaniacs'''
| '''Street Combat''' / '''Ranma ½: Chounai Gekitou Hen'''
| Used for a wavy effect on a flag in the game's intro.
| Has interlacing enabled, likely by mistake. Not used for any higher vertical resolution content.
|-
|-
| '''Super Turrican 2'''
| '''[https://forums.nesdev.org/viewtopic.php?p=174494 PPU Bus Activity Demo]'''
| Used in the fourth area of the first level.
| Demo by lidnariq which includes mode 6, among other things.
|-
|-
| '''[https://forums.nesdev.org/viewtopic.php?p=279303 Two Ship Demo]'''
| Demo by rainwarrior comparing mode 5 + interlacing against mode 1 graphics.
|}
|}


== Horizontal Offset-per-tile ==
Hi-res Japanese text:
 
The horizontal version of [[offset-per-tile]] is especially rare, since scanline horizontal scroll changes can already do a smooth horizontal offset, and this hardware feature only provides a coarse one.


{| class="wikitable"
{| class="wikitable"
Line 127: Line 180:
! Notes
! Notes
|-
|-
| '''Chrono Trigger'''
| '''Dark Law: Meaning of Death'''
| During the introduction, this is used for a "shimmering" effect on the Black Omen ship: [https://youtu.be/ZSn24qQ1vAQ?t=147 video]
| Mode 5 for text boxes, menu screens and status bar during gameplay.
|-
| '''Desert Fighter''' / '''Air Strike Patrol'''
| Mode 5 and interlacing for high resolution mission briefing text.
|-
| '''Doukyuusei 2'''
| Mode 5 for text boxes and menu screens.
|-
| '''Dragon Knight 4'''
| Mode 5 for text boxes and menu screens.
|-
| '''Marvelous: Mouhitotsu no Takarajima'''
| Mode 5 for text boxes and menu screens.
|-
| '''Moryou Senki Madara 2'''
| Mode 5 for text boxes and menu screens.
|-
| '''Rudra no Hihou'''
| Mode 5 for text boxes and menu screens.
|-
| '''Seiken Densetsu 3 (Secret of Mana 2)'''
| Mode 5 for text boxes and menu screens.
|-
| '''Shinseiki Odysselya II'''
| Mode 5 for text boxes.
|-
|-
| '''Super Genjin 2'''
| '''Stable Star: Kyuusha Monogatari'''
| Used for a screen transition effect on the title screen, when the intro animation isn't skipped. Uses mode 4.
| Mode 5 and interlacing for text on the individual horse stats screen.
|-
|-
| '''Super Mario All-Stars'''
| '''Syvalion'''
| Used in Super Mario Bros 2, for a screen transition between title screen and character select.
| Mode 5 and interlacing for text screens at the beginning of the game.
|-
|-
| '''Tokimeki Memorial: Densetsu no Ki no Shita de'''
| Mode 5 for text boxes and menu screens.
|}
|}


== Direct Color ==
Links:
* [https://forums.nesdev.org/viewtopic.php?p=279118#p279118 Forum thread] - CRT photos of various hi-res effects.
 
== Offset-Per-Tile: Horizontal ==


See: [[Direct color]]
The horizontal version of [[offset-per-tile|Offset-Per-Tile]] is especially rare, since scanline horizontal scroll changes can already do a smooth horizontal offset, and this hardware feature only provides a coarse one.


{| class="wikitable"
{| class="wikitable"
Line 146: Line 228:
! Notes
! Notes
|-
|-
| '''Actraiser 2'''
| '''Chrono Trigger'''
| The [[mode 7]] overworld map uses direct color.
| During the introduction, this is used for a "shimmering" effect on the Black Omen ship. ([https://youtu.be/ZSn24qQ1vAQ?t=147 video])
|-
|-
| '''Aerobiz'''
| '''Super Genjin 2'''
| The title screen uses mode 7 direct color.
| Used for a screen transition effect on the title screen, when the intro animation isn't skipped. Uses mode 4.
|-
|-
| '''Romance of the Three Kingdoms II'''
| '''Super Mario All-Stars'''
| The title screen and introduction sequence uses mode 7 direct color.
| Used in Super Mario Bros 2, for a screen transition between title screen and character select.
|-
|-
| '''Secret of Mana'''
| The spherical world map uses mode 7 direct color. The flat world map uses mode 3 direct color. While riding Flammie, press Start for the spherical map, then press R to switch to the flat map.
|}
|}


== Mode 0 ==
== Offset-Per-Tile: Vertical ==


[[Backgrounds#Mode 0|Mode 0]] is somewhat uncommon, but provides 4 independent layers of 2bpp graphics.
See: [[Offset-per-tile|Offset-Per-Tile]]  


{| class="wikitable"
{| class="wikitable"
Line 167: Line 247:
! Notes
! Notes
|-
|-
| '''Super Mario Kart'''
| '''Aladdin'''
| For the layered "Choose your driver...." screen with separately scrolling text and ground.
| Used on the final boss fight.
|-
| '''Axelay'''
| Used for large vertically moving obstacles on the second level.
|-
| '''Battletoads in Battlemaniacs'''
| Used for a wavy effect on a flag in the game's intro.
|-
| '''Bust-a-Move''' / '''Puzzle Bobble'''
| Used to make the playfield shift downwards without affecting the fixed frame at the sides. This game also uses mode 4.
|-
| '''Chrono Trigger'''
| Used to apply a vertical waving effect on the word "Trigger" at the title screen.
|-
| '''GT Racing'''
| Uses mode 2 for a waving flag on the title screen.
|-
| '''Kingyo Chuuihou! Tobidase! Game Gakuen'''
| Uses mode 2 for the waving flag during the copyright screen, which continues to be used into the game's intro and title screen.
|-
| '''Prehistorik Man'''
| Used on stage 21 (Icebergs) to simulate rotation on the ice platforms.
|-
| '''Star Fox'''
| Used for the slight rotation effect on the background behind the SuperFX graphics.
|-
| '''Super Turrican 2'''
| Used in the fourth area of the first level.
|-
| '''Tetris Attack'''
| Used for independently shifting columns of gameplay.
|-
| '''Timecop'''
| Used for a wobbling effect on the time machine during the introduction.
|-
|-
| '''Yoshi's Island'''
| '''Yoshi's Island'''
| The title screen uses mode 0 for the upper portion of its title screen. 6-8 "King Bowser's Castle" has a room for Kamek with 4 layers of parallaxing pillars: [https://youtu.be/U8btNneN8ew?t=24458 video]
| Used for the 1-7 "Touch Fuzzy Get Dizzy" effect, and moving platforms in 6-4 "Tap-Tap The Red Nose's Fort".
|-
| '''The Simpsons: Bart's Nightmare'''
| Used during gameplay.
|}
|}


== Mode 3 8bpp ==
== Overscan (239 lines) ==


[[Backgrounds#Mode 3|Mode 3]] is uncommon, but provides [[Tiles#8bpp|8bpp]] graphics. [[Direct color]] mode 3 cases are listed [[#Direct color|above]] instead.
PPU register $2133 [[PPU registers#SETINI|SETINI]] can choose either 224 or 239 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.


{| class="wikitable"
{| class="wikitable"
Line 185: Line 295:
! Notes
! Notes
|-
|-
| '''Toy Story'''
| '''Dragon Quest I & II'''
| Used for many high-color screens throughout.
| NTSC (Japan).
|-
| '''Dragon Quest V'''
| NTSC (Japan).
|-
| '''Rendering Ranger R2'''
| NTSC (Japan), often manually blanks several lines at the bottom. Only rarely uses the manual blank time for PPU uploads (e.g. rotating ship at end of Stage 2).
|-
| '''[https://tcrf.net/SNES_Test_Program SNES Test Program]'''
| Immediately switches to overscan mode, even on NTSC consoles.
|-
| '''Super Mario All-Stars'''
| PAL version only.
|-
| '''Super Mario Kart'''
| PAL version only, but with some "manual" letterboxing.
|-
|-
| '''Zoop'''
| '''Super Mario World'''
| A single 8bpp layer is used for gameplay.
| The launch PAL release did not use overscan, but a later PAL revision did.
|-
|-
| '''Sim City 2000'''
| '''Super Tetris 2 + Bombliss'''
| Used to display the city itself - the interface uses the 4bpp layer.
| NTSC (Japan).
|}
 
== Mode 7 EXTBG ==
While Mode 7 was very popular, [[Backgrounds#EXTBG|Mode 7 EXTBG]] was not very common.
 
{| class="wikitable"
! Game
! Notes
|-
|-
| '''Super Ghouls 'n Ghosts'''
| '''Super Tetris 3'''
| Used to put the level over the player's feet on a rotating level.
| NTSC (Japan).
|-
|-
| '''Super Turrican 2'''
| '''Tetris & Dr. Mario'''
| Used for a boss fight.
| Both NTSC and PAL versions used the overscan area.
|-
|-
| '''Contra 3'''
| '''Tom & Jerry'''
| Used on the second level.
| NTSC and PAL.
|-
|-
| '''[https://github.com/bbbradsmith/SNES_stuff/tree/main/extbgtest extbgtest]'''
| '''Yoshi's Cookie'''
| Test ROM for EXTBG. (BG1 vs BG2, Indexed vs Direct color.)
| NTSC and PAL.
|}
|}
== See Also ==
* [[Tricky-to-emulate games]]
* [[Emulator tests]]
[[Category:Graphics]]

Latest revision as of 17:16, 25 April 2024

A list of games that use less common graphics modes.

BG Mode 0

BG Mode 0 is somewhat uncommon, but provides 4 independent layers of 2bpp graphics.

Game Notes
Kingyo Chuuihou! Tobidase! Game Gakuen Used during the Jaleco logo boot screen animation.
The Simpsons: Bart's Nightmare Used during gameplay.
Super Mario Kart For the layered "Choose your driver...." screen with separately scrolling text and ground.
Yoshi's Island The title screen uses mode 0 for the upper portion of its title screen. 6-8 "King Bowser's Castle" has a room for Kamek with 4 layers of parallaxing pillars: video

BG Mode 3 8bpp

BG Mode 3 is uncommon, but provides 8bpp graphics. Mode 3 Direct Color cases are listed below in their own section instead.

Game Notes
Donkey Kong Country Used for a palette animation drawing the green lines of the Rareware logo at boot.
Kingyo Chuuihou! Tobidase! Game Gakuen Used extensively throughout the game for several CG scenes.
Ms. Pac-Man Used for the title screen.
Secret of Mana Used for the title screen. (Image appears to use a lossy JPEG-like compression technique.)
Sim City 2000 Used to display the city itself - the interface uses the 4bpp layer.
Toy Story Used for many high-color screens throughout.
Yam Yam Used for the title screen.
Zoop A single 8bpp layer is used for gameplay.

BG Mode 4 8bpp

BG Mode 4 provides 8bpp graphics on BG1 with Offset-Per-Tile.

Game Notes
Bust-a-Move / Puzzle Bobble 8bpp graphics are needed so that all combinations of adjacent bubble colors can be accommodated on the tilemap. Also uses vertical Offset-Per-Tile to shift the playfield.
Rock'n'Roll Racing Used on the "buy equipment" screen (no Offset-per-Tile)

BG Mode 7 EXTBG

While BG Mode 7 was very popular, BG Mode 7 EXTBG was not very common.

Game Notes
Contra 3 Used on the second level, allows the player to walk under bridges.
Super Ghouls 'n Ghosts Used to put the level over the player's feet on a rotating level.
Super Turrican 2 Used for a boss fight.
Tiny Toon's Adventures Used on the title screen.
extbgtest Test ROM for mode 7 EXTBG. (BG1 vs. BG2, Indexed vs. Direct Color.)

Direct Color

See: Direct color

Game Notes
Actraiser 2 The mode 7 overworld map uses Direct Color.
Aerobiz The title screen uses mode 7 Direct Color.
Romance of the Three Kingdoms II The title screen and introduction sequence use mode 7 Direct Color.
Secret of Mana The spherical world map uses mode 7 Direct Color. The flat world map uses mode 3 Direct Color. While riding Flammie, press Start for the spherical map, then press R to switch to the flat map.

High-Resolution and Interlacing

PPU register $2133 SETINI can enable hi-res mode, allowing a 512-pixel horizontal resolution.

Outside of BG 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"). Starting from 0, it causes every even column to display the sub screen and every odd column to display the main screen. The sub screen is the left column in each pixel pair. Because composite television signals had limited bandwidth, this could result in a smooth horizontal blending of the columns, but through S-Video or RGB the vertical stripes might be clearly visible.

In BG Mode 5, hi-res is automatically forced, and the main and sub screen are automatically overridden with alternating columns of the BG layers, allowing the tilemaps to be used at double-width resolution.

PPU register $2133 SETINI can also enable interlacing, causing the scanlines of every second frame (field) to be offset downward by half a line. In mode 5 this allows a double-height tilemap resolution, but at half the frame rate, and with the other visual compromises of interlacing.

Because of the visual complexity of Japanese text characters, hi-res was often used to improve their detail for legibility. On high-contrast shapes like text, this is beneficial even with the limited bandwidth of composite output.

Game Notes
The Atlas: Renaissance Voyager Mode 5 hi-res used for a status area at the bottom of the map screen.
Bishoujo Janshi Suchi-Pie Mode 5 and interlacing for some high resolution graphic screens when entering a location.
Chrono Trigger Uses interlacing in the cockpit view when crashing the Epoch ship into Lavos (modes 7 and 1). This may have been used as an intentional jitter. After the Epoch gains its wings, but before Lavos' head is defeated, send the Epoch to 1999 AD. (video) (Save #12 slot 2)
Crayon Shin-Chan: Arashi o Yobu Enji Stage 2 uses pseudo hi-res effect for a grey mist. Can be reached from the title screen by waiting for the second attract sequence.
Donkey Kong Country After the Rareware logo shrinks and moves to the bottom right corner, it uses mode 5 to make that small logo higher resolution.
Jurassic Park The HUD overlay and a notification box during gameplay use pseudo hi-res for a transparency effect.
Kirby's Dream Land 3 Uses pseudo hi-res for a foreground transparency effect.
Maka Maka Has interlacing enabled in-game (but not on the title screen).
Porky Pig's Haunted Holiday Mode 5 is used in an introductory room for many levels, giving a high resolution scene one screen wide.
Power Drive Mode 5 and interlacing used during introduction for high resolution U.S. Gold logo and text screns.
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.
Street Combat / Ranma ½: Chounai Gekitou Hen Has interlacing enabled, likely by mistake. Not used for any higher vertical resolution content.
PPU Bus Activity Demo Demo by lidnariq which includes mode 6, among other things.
Two Ship Demo Demo by rainwarrior comparing mode 5 + interlacing against mode 1 graphics.

Hi-res Japanese text:

Game Notes
Dark Law: Meaning of Death Mode 5 for text boxes, menu screens and status bar during gameplay.
Desert Fighter / Air Strike Patrol Mode 5 and interlacing for high resolution mission briefing text.
Doukyuusei 2 Mode 5 for text boxes and menu screens.
Dragon Knight 4 Mode 5 for text boxes and menu screens.
Marvelous: Mouhitotsu no Takarajima Mode 5 for text boxes and menu screens.
Moryou Senki Madara 2 Mode 5 for text boxes and menu screens.
Rudra no Hihou Mode 5 for text boxes and menu screens.
Seiken Densetsu 3 (Secret of Mana 2) Mode 5 for text boxes and menu screens.
Shinseiki Odysselya II Mode 5 for text boxes.
Stable Star: Kyuusha Monogatari Mode 5 and interlacing for text on the individual horse stats screen.
Syvalion Mode 5 and interlacing for text screens at the beginning of the game.
Tokimeki Memorial: Densetsu no Ki no Shita de Mode 5 for text boxes and menu screens.

Links:

Offset-Per-Tile: Horizontal

The horizontal version of Offset-Per-Tile is especially rare, since scanline horizontal scroll changes can already do a smooth horizontal offset, and this hardware feature only provides a coarse one.

Game Notes
Chrono Trigger During the introduction, this is used for a "shimmering" effect on the Black Omen ship. (video)
Super Genjin 2 Used for a screen transition effect on the title screen, when the intro animation isn't skipped. Uses mode 4.
Super Mario All-Stars Used in Super Mario Bros 2, for a screen transition between title screen and character select.

Offset-Per-Tile: Vertical

See: Offset-Per-Tile

Game Notes
Aladdin Used on the final boss fight.
Axelay Used for large vertically moving obstacles on the second level.
Battletoads in Battlemaniacs Used for a wavy effect on a flag in the game's intro.
Bust-a-Move / Puzzle Bobble Used to make the playfield shift downwards without affecting the fixed frame at the sides. This game also uses mode 4.
Chrono Trigger Used to apply a vertical waving effect on the word "Trigger" at the title screen.
GT Racing Uses mode 2 for a waving flag on the title screen.
Kingyo Chuuihou! Tobidase! Game Gakuen Uses mode 2 for the waving flag during the copyright screen, which continues to be used into the game's intro and title screen.
Prehistorik Man Used on stage 21 (Icebergs) to simulate rotation on the ice platforms.
Star Fox Used for the slight rotation effect on the background behind the SuperFX graphics.
Super Turrican 2 Used in the fourth area of the first level.
Tetris Attack Used for independently shifting columns of gameplay.
Timecop Used for a wobbling effect on the time machine during the introduction.
Yoshi's Island Used for the 1-7 "Touch Fuzzy Get Dizzy" effect, and moving platforms in 6-4 "Tap-Tap The Red Nose's Fort".

Overscan (239 lines)

PPU register $2133 SETINI can choose either 224 or 239 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
Dragon Quest I & II NTSC (Japan).
Dragon Quest V NTSC (Japan).
Rendering Ranger R2 NTSC (Japan), often manually blanks several lines at the bottom. Only rarely uses the manual blank time for PPU uploads (e.g. rotating ship at end of Stage 2).
SNES Test Program Immediately switches to overscan mode, even on NTSC consoles.
Super Mario All-Stars PAL version only.
Super Mario Kart PAL version only, but with some "manual" letterboxing.
Super Mario World The launch PAL release did not use overscan, but a later PAL revision did.
Super Tetris 2 + Bombliss NTSC (Japan).
Super Tetris 3 NTSC (Japan).
Tetris & Dr. Mario Both NTSC and PAL versions used the overscan area.
Tom & Jerry NTSC and PAL.
Yoshi's Cookie NTSC and PAL.

See Also