Difference between revisions of "Famicom color palette"

From Emulation General Wiki
Jump to navigation Jump to search
(Download: Corrected typo (Dougelf > Dougeff))
m (Palettes: layout)
(16 intermediate revisions by 13 users not shown)
Line 5: Line 5:
 
Some arcade machines based on the NES hardware, such as the PlayChoice-10 and the Versus series of cabinets, did generate a native RGB signal, however. The colors on these cabinets tend to be very vibrant and saturated, giving games a very distinct look compared to how they would look on the real console. Nestopia gives the user the choice to use the RGB palette featured in these cabinets, though it is not usually considered to be the definitive or "real" NES palette.
 
Some arcade machines based on the NES hardware, such as the PlayChoice-10 and the Versus series of cabinets, did generate a native RGB signal, however. The colors on these cabinets tend to be very vibrant and saturated, giving games a very distinct look compared to how they would look on the real console. Nestopia gives the user the choice to use the RGB palette featured in these cabinets, though it is not usually considered to be the definitive or "real" NES palette.
  
The [[libretro]] ports of Nestopia<ref name="nestopia_raw">https://github.com/rdanbrook/nestopia/commit/9d58851a22eb3baeee7b4fe28ae8ffaac7eaa599</ref> and FCEUmm<ref name="fceumm_raw">https://github.com/libretro/libretro-fceumm/commit/d370e2d37f9baa26e546e3542104ed04e1bf8965</ref> have the option to output the raw chroma, level, and emphasis from the PPU through the RGB color channels. This by itself produces an image with completely bizarre colors, but this can be decoded by [[shaders]] to generate actual colors, the main examples being GTU-Famicom<ref name="gtu_famicom_cg">https://github.com/libretro/common-shaders/tree/master/crt/shaders/GTU-famicom</ref><ref name="gtu_famicom_slang">https://github.com/libretro/slang-shaders/tree/master/crt/shaders/gtu-famicom</ref> and nes-color-decoder<ref name="nes_color_decoder_cg">https://github.com/libretro/common-shaders/blob/master/misc/nes-color-decoder.cg</ref><ref name="nes_color_decoder_slang">https://github.com/libretro/slang-shaders/blob/master/misc/nes-color-decoder.slang</ref>.
+
The [[libretro]] ports of Nestopia<ref name="nestopia_raw">https://github.com/rdanbrook/nestopia/commit/9d58851a22eb3baeee7b4fe28ae8ffaac7eaa599</ref>, FCEUmm<ref name="fceumm_raw">https://github.com/libretro/libretro-fceumm/commit/d370e2d37f9baa26e546e3542104ed04e1bf8965</ref> and Mesen<ref name="mesen_raw">https://github.com/SourMesen/Mesen/commit/a086acde87cb4d4bab78675bf9e5da63d68b7451</ref> have the option to output the raw chroma, level, and emphasis from the PPU through the RGB color channels. This by itself produces an image with completely bizarre colors, but this can be decoded by [[Shaders and Filters|shaders]] to generate actual colors, the main examples being GTU-Famicom<ref name="gtu_famicom_cg">https://github.com/libretro/common-shaders/tree/master/crt/shaders/GTU-famicom</ref><ref name="gtu_famicom_slang">https://github.com/libretro/slang-shaders/tree/master/crt/shaders/gtu-famicom</ref> and nes-color-decoder<ref name="nes_color_decoder_cg">https://github.com/libretro/common-shaders/blob/master/misc/nes-color-decoder.cg</ref><ref name="nes_color_decoder_slang">https://github.com/libretro/slang-shaders/blob/master/misc/nes-color-decoder.slang</ref>.
  
 
==Download==
 
==Download==
* [http://www69.zippyshare.com/v/5779kAPm/file.html Palettes download]
+
* [http://www.mediafire.com/file/6xzt8a53ne6kab4/NES%20Palettes.zip Palettes download]
  
 
==Chart==
 
==Chart==
{| class="wikitable"
+
{| class="wikitable" style="text-align:center;"
 
|+  
 
|+  
 
|-
 
|-
Line 19: Line 19:
 
! scope="col"|Description
 
! scope="col"|Description
 
|-
 
|-
|style="text-align:center;"|YUV
+
|YUV
|style="text-align:center;"|15° Canonical
+
|15° Canonical
|style="text-align:center;"|N/A
+
|N/A
|style="text-align:center;"|Based on the standard method of NTSC decoding.
+
|Based on the standard method of NTSC decoding.
 
|-
 
|-
|style="text-align:center;"|RGB
+
|RGB
|style="text-align:center;"|RGB
+
|RGB
|style="text-align:center;"|Garish
+
|Garish
|style="text-align:center;"|The palette used by all official Nintendo RGB PPUs, such as in the PlayChoice-10 and Famicom Titler.
+
|The palette used by all official Nintendo RGB PPUs, such as in the PlayChoice-10 and Famicom Titler.
 
|-
 
|-
|style="text-align:center;"|YUV (Sony CXA2025AS)  
+
|YUV (Sony CXA2025AS)  
|style="text-align:center;"|Consumer
+
|Consumer
|style="text-align:center;"|N/A
+
|N/A
|style="text-align:center;"|Based on an NTSC decoder found in Sony TVs.
+
|Based on an NTSC decoder found in Sony TVs.
 
|-
 
|-
|style="text-align:center;"|YUV with yellow boost
+
|YUV with yellow boost
|style="text-align:center;"|Alternative
+
|Alternative
|style="text-align:center;"|N/A
+
|N/A
|style="text-align:center;"|Based on decoders in certain NTSC-J TVs.<ref>http://forums.nesdev.com/viewtopic.php?f=3&t=4241</ref>  
+
|Based on decoders in certain NTSC-J TVs.<ref>http://forums.nesdev.com/viewtopic.php?f=3&t=4241</ref>  
 
|-
 
|-
|style="text-align:center;"|Raw Chroma, Level, and Emphasis
+
|Raw Chroma, Level, and Emphasis
|style="text-align:center;"|Raw*
+
|Raw*
|style="text-align:center;"|N/A
+
|N/A
|style="text-align:center;"|The raw chroma, level, and emphasis output of the NES PPU represented in RGB color channels<ref>https://github.com/libretro/nestopia/blob/c2244b8eec1a4f6bbebdd09ec6c4b1552b5610c0/libretro/libretro.cpp#L526</ref> Only available as an option on the [[libretro]] ports of Nestopia and FCEUmm<ref name="fceumm_raw"/><ref name="nestopia_raw" />
+
|The raw chroma, level, and emphasis output of the NES PPU represented in RGB color channels<ref>https://github.com/libretro/nestopia/blob/c2244b8eec1a4f6bbebdd09ec6c4b1552b5610c0/libretro/libretro.cpp#L526</ref> Only available as an option on the [[libretro]] ports of Nestopia, FCEUmm and Mesen<ref name="fceumm_raw"/><ref name="nestopia_raw" /><ref name="mesen_raw" />
 
|-
 
|-
|style="text-align:center;"|Nintendulator NTSC
+
|Nintendulator NTSC
|style="text-align:center;"|N/A
+
|N/A
|style="text-align:center;"|Natural
+
|Natural
|style="text-align:center;"|Based on what is currently understood about NTSC decoding<ref>http://wiki.nesdev.com/w/index.php/NTSC_video</ref>
+
|Based on what is currently understood about NTSC decoding<ref>http://wiki.nesdev.com/w/index.php/NTSC_video</ref>
 
|-
 
|-
|style="text-align:center;"|NTSC Hardware (FBX)
+
|NTSC Hardware (FBX)
|style="text-align:center;"|N/A
+
|N/A
|style="text-align:center;"|N/A (Optionally available)
+
|N/A (Optionally available)
|style="text-align:center;"|Analog RGB was fed into a calibrated Sony PVM monitor, and then meticulously aligned on each color entry to match as closely as possible to the NTSC feed from an original NES.<ref name="firebrandx">http://www.firebrandx.com/nespalette.html</ref>
+
|Analog RGB was fed into a calibrated Sony PVM monitor, and then meticulously aligned on each color entry to match as closely as possible to the NTSC feed from an original NES.<ref name="firebrandx"/>
 
|-
 
|-
|style="text-align:center;"|PVM Style D93 (FBX)
+
|Smooth (FBX)
|style="text-align:center;"|N/A
+
|N/A
|style="text-align:center;"|N/A (Optionally available)
+
|N/A (Optionally available)
|style="text-align:center;"|Approximates the color and intensity of a Sony PVM CRT screen.<ref name="firebrandx">http://www.firebrandx.com/nespalette.html</ref>  
+
|The NTSC Hardware (FBX) palette "with a few slight tweaks to improve 'nostalgic' performance on digital displays".<ref name="firebrandx">http://www.firebrandx.com/nespalette.html</ref>
 
|-
 
|-
|style="text-align:center;"|Composite Direct (FBX)
+
|PVM Style D93 (FBX)
|style="text-align:center;"|N/A
+
|N/A
|style="text-align:center;"|N/A (Optionally available)
+
|N/A (Optionally available)
|style="text-align:center;"|Direct capture of the composite output of the front-loader NTSC NES.<ref name="firebrandx"></ref>  
+
|Approximates the color and intensity of a Sony PVM CRT screen.<ref name="firebrandx">http://www.firebrandx.com/nespalette.html</ref>  
 
|-
 
|-
|style="text-align:center;"|NESCAP
+
|Composite Direct (FBX)
|style="text-align:center;"|N/A
+
|N/A
|style="text-align:center;"|N/A
+
|N/A (Optionally available)
|style="text-align:center;"|This palette was created using direct NES composite capture through a Blackmagic Intensity Pro 4K through its composite input.<ref name="RGBSource">https://rgbsource.blogspot.com/search/label/NES%20Color%20Palette</ref>  
+
|Direct capture of the composite output of the front-loader NTSC NES.<ref name="firebrandx"></ref>  
 
|-
 
|-
|style="text-align:center;"|HYBRID
+
|NESCAP
|style="text-align:center;"|N/A
+
|N/A
|style="text-align:center;"|N/A
+
|N/A
|style="text-align:center;"|This is a hybrid between the above NESCAP palette and the FCEUX palette.<ref name="RGBSource">https://rgbsource.blogspot.com/search/label/NES%20Color%20Palette</ref>  
+
|This palette was created using direct NES composite capture through a Blackmagic Intensity Pro 4K through its composite input.<ref name="RGBSource">https://rgbsource.blogspot.com/search/label/NES%20Color%20Palette</ref>  
 
|-
 
|-
|style="text-align:center;"|NESCLASSIC
+
|HYBRID
|style="text-align:center;"|N/A
+
|N/A
|style="text-align:center;"|N/A
+
|N/A
|style="text-align:center;"|This palette is derived from the NES Classic Mini by taking the average of each color (since the NES Classic Mini has a noise filter).<ref name="RGBSource">https://rgbsource.blogspot.com/search/label/NES%20Color%20Palette</ref> "NES Classic (FBX-FS)" is an independent capture of the palette.<ref name="firebrandx"/>
+
|This is a hybrid between the above NESCAP palette and the FCEUX palette.<ref name="RGBSource">https://rgbsource.blogspot.com/search/label/NES%20Color%20Palette</ref>  
 
|-
 
|-
|style="text-align:center;"|NES Remix U
+
|NES Classic Edition
|style="text-align:center;"|N/A
+
|N/A
|style="text-align:center;"|N/A
+
|N/A
|style="text-align:center;"|This palette is ripped from the Wii U [[wikipedia:NES_Remix_(series)|NES Remix]] games. The 3DS game (Ultimate NES Remix) uses the 3DS VC's palette.
+
|This palette is ripped from the NES Classic's emulator [[Kachikachi]].<br>NESCLASSIC is derived from the NES Classic by taking the average of each color (since the NES Classic has a noise filter).<ref name="RGBSource">https://rgbsource.blogspot.com/search/label/NES%20Color%20Palette</ref> NES Classic (FBX-FS) is an independent capture of the palette.<ref name="firebrandx"/>
 
|-
 
|-
|style="text-align:center;"|FCEUX
+
|NES Remix U
|style="text-align:center;"|N/A
+
|N/A
|style="text-align:center;"|Improved
+
|N/A
|style="text-align:center;"|Palettes used in FCEUX emulator. 12 is the default, and similar to Rock Man 9. 13 and 15 feature less saturation.<ref name="FCEUX Help">http://www.fceux.com/web/help/fceux.html?PaletteOptions.html</ref>
+
|This palette is ripped from the Wii U [[wikipedia:NES_Remix_(series)|NES Remix]] games. The 3DS game (Ultimate NES Remix) uses the 3DS VC's palette.
 
|-
 
|-
|style="text-align:center;"|Rock Man 9
+
|FCEUX
|style="text-align:center;"|N/A
+
|N/A
|style="text-align:center;"|N/A
+
|Improved
|style="text-align:center;"|Palettes derived from Rock Man 9.<ref name="ririka">https://sites.google.com/site/insectduel/ririka</ref> "21 to 2C" version is differs in that it darkens a single cyan value (2C).<ref name="ririka"></ref>
+
|Palettes used in FCEUX emulator. 12 is the default, and similar to Rock Man 9. 13 and 15 feature less saturation.<ref name="FCEUX Help">http://www.fceux.com/web/help/fceux.html?PaletteOptions.html</ref>
 
|-
 
|-
|style="text-align:center;"|Virtual Console
+
|Rock Man 9
|style="text-align:center;"|N/A
+
|N/A
|style="text-align:center;"|N/A
+
|N/A
|style="text-align:center;"|Palettes used in the [[Wii emulators|Wii]] and [[3DS]] [[Virtual Console]]. Wii version, all colors, are darkened significantly. 3DS feature high saturation and brightness. "Normalized" version adjusts brightness levels significantly.
+
|Palettes derived from Rock Man 9.<ref name="ririka">https://sites.google.com/site/insectduel/ririka</ref> "21 to 2C" version is differs in that it darkens a single cyan value (2C).<ref name="ririka"></ref>
 
|-
 
|-
|style="text-align:center;"|BMF final
+
|Virtual Console
|style="text-align:center;"|N/A
+
|N/A
|style="text-align:center;"|N/A
+
|N/A
|style="text-align:center;"|Palettes created by BMF based on his television. 2 features a very darkened screen, similar to Wii VC. 3 is more saturated.<ref name="FCEUX Help"/>
+
|Palettes used in the [[Wii emulators|Wii]] and [[Nintendo 3DS emulators|Nintendo 3DS]] [[Virtual Console]]. Wii version, all colors, are darkened significantly. 3DS feature high saturation and brightness. "Normalized" version adjusts brightness levels significantly.
 
|-
 
|-
|style="text-align:center;"|ASQ Reality
+
|Nintendo Switch NSO
|style="text-align:center;"|N/A
+
|N/A
|style="text-align:center;"|N/A
+
|N/A
|style="text-align:center;"|AspiringSquire's attempt at improving BMF palettes.<ref name="FCEUX Help"/>
+
|The NES emulator for [[L-CLASSICS|Nintendo Switch Online's]] service has 12 different palettes, although 4 of them are from earlier emulators (3DS VC, Wii VC, NES Classic, and NES Classic B&W). Of the remaining 8: #3 is a minor variation of the 3DS VC's palette. #4 is a minor variation of Wii VCs palette. #5, #6, and #7 are all very similar to each other. #8 is a minor variation of NES Classic's palette.
 
|-
 
|-
|style="text-align:center;"|Wavebeam
+
|BMF final
|style="text-align:center;"|N/A
+
|N/A
|style="text-align:center;"|N/A
+
|N/A
|style="text-align:center;"|Created to look good on crts. Similar to Consumer.<ref>https://wavebeam.blogspot.ca/2017/03/wavebeam-nes-palette.html</ref>
+
|Palettes created by BMF based on his television. 2 features a very darkened screen, similar to Wii VC. 3 is more saturated.<ref name="FCEUX Help"/>
 
|-
 
|-
 +
|ASQ Reality
 +
|N/A
 +
|N/A
 +
|AspiringSquire's attempt at improving BMF palettes.<ref name="FCEUX Help"/>
 
|-
 
|-
|style="text-align:center;"|FCC 1953
+
|Wavebeam
|style="text-align:center;"|N/A
+
|N/A
|style="text-align:center;"|N/A
+
|N/A
|style="text-align:center;"|First color TV system, NTSC, introduced a color standard in 1953. NTSC colors were very lush.<ref name="Nerdlypleasures">http://nerdlypleasures.blogspot.ca/2016/10/video-potpourri-ii.html?m=1</ref>  
+
|Created to look good on CRTs. Similar to Consumer.<ref>https://wavebeam.blogspot.ca/2017/03/wavebeam-nes-palette.html</ref>
 +
|-
 +
|FCC 1953
 +
|N/A
 +
|N/A
 +
|First color TV system, NTSC, introduced a color standard in 1953. NTSC colors were very lush.<ref name="Nerdlypleasures">http://nerdlypleasures.blogspot.ca/2016/10/video-potpourri-ii.html?m=1</ref>  
 +
|-
 +
|Nesticle
 +
|N/A
 +
|N/A
 +
|The palette used by the old Nesticle emulator. Historically significant but not recommended.
 
|-
 
|-
 
|}
 
|}
Line 694: Line 708:
 
| style="background:#000000; color:#FFFFFF" align="center" | 3F
 
| style="background:#000000; color:#FFFFFF" align="center" | 3F
 
|}
 
|}
 +
{| cellpadding="10" cellspacing="0"
 +
|+NTSC Hardware (FBX)
 +
|-
 +
| style="background:#6a6d6a; color:#FFFFFF" align="center" | 00
 +
| style="background:#001380; color:#FFFFFF" align="center" | 01
 +
| style="background:#1e008a; color:#FFFFFF" align="center" | 02
 +
| style="background:#39007a; color:#FFFFFF" align="center" | 03
 +
| style="background:#550056; color:#FFFFFF" align="center" | 04
 +
| style="background:#5a0018; color:#FFFFFF" align="center" | 05
 +
| style="background:#4f1000; color:#FFFFFF" align="center" | 06
 +
| style="background:#382100; color:#FFFFFF" align="center" | 07
 +
| style="background:#213300; color:#FFFFFF" align="center" | 08
 +
| style="background:#003d00; color:#FFFFFF" align="center" | 09
 +
| style="background:#004000; color:#FFFFFF" align="center" | 0A
 +
| style="background:#003924; color:#FFFFFF" align="center" | 0B
 +
| style="background:#002e55; color:#FFFFFF" align="center" | 0C
 +
| style="background:#000000; color:#FFFFFF" align="center" | 0D
 +
| style="background:#000000; color:#FFFFFF" align="center" | 0E
 +
| style="background:#000000; color:#FFFFFF" align="center" | 0F
 +
|-                 
 +
| style="background:#b9bcb9; color:#FFFFFF" align="center" | 10
 +
| style="background:#1850c7; color:#FFFFFF" align="center" | 11
 +
| style="background:#4b30e3; color:#FFFFFF" align="center" | 12
 +
| style="background:#7322d6; color:#FFFFFF" align="center" | 13
 +
| style="background:#951fa9; color:#FFFFFF" align="center" | 14
 +
| style="background:#9d285c; color:#FFFFFF" align="center" | 15
 +
| style="background:#963c00; color:#FFFFFF" align="center" | 16
 +
| style="background:#7a5100; color:#FFFFFF" align="center" | 17
 +
| style="background:#5b6700; color:#FFFFFF" align="center" | 18
 +
| style="background:#227700; color:#FFFFFF" align="center" | 19
 +
| style="background:#027e02; color:#FFFFFF" align="center" | 1A
 +
| style="background:#007645; color:#FFFFFF" align="center" | 1B
 +
| style="background:#006e8a; color:#FFFFFF" align="center" | 1C
 +
| style="background:#000000; color:#FFFFFF" align="center" | 1D
 +
| style="background:#000000; color:#FFFFFF" align="center" | 1E
 +
| style="background:#000000; color:#FFFFFF" align="center" | 1F
 +
|-                 
 +
| style="background:#ffffff; color:#000000" align="center" | 20
 +
| style="background:#68a6ff; color:#000000" align="center" | 21
 +
| style="background:#9992ff; color:#000000" align="center" | 22
 +
| style="background:#b085ff; color:#000000" align="center" | 23
 +
| style="background:#d975fd; color:#000000" align="center" | 24
 +
| style="background:#e377b9; color:#000000" align="center" | 25
 +
| style="background:#e58d68; color:#000000" align="center" | 26
 +
| style="background:#cfa22c; color:#000000" align="center" | 27
 +
| style="background:#b3af0c; color:#000000" align="center" | 28
 +
| style="background:#7bc211; color:#000000" align="center" | 29
 +
| style="background:#55ca47; color:#000000" align="center" | 2A
 +
| style="background:#46cb81; color:#000000" align="center" | 2B
 +
| style="background:#47c1c5; color:#000000" align="center" | 2C
 +
| style="background:#4a4d4a; color:#FFFFFF" align="center" | 2D
 +
| style="background:#000000; color:#FFFFFF" align="center" | 2E
 +
| style="background:#000000; color:#FFFFFF" align="center" | 2F
 +
|-                 
 +
| style="background:#ffffff; color:#000000" align="center" | 30
 +
| style="background:#cceaff; color:#000000" align="center" | 31
 +
| style="background:#dedeff; color:#000000" align="center" | 32
 +
| style="background:#ecdaff; color:#000000" align="center" | 33
 +
| style="background:#f8d7fe; color:#000000" align="center" | 34
 +
| style="background:#fcd6f5; color:#000000" align="center" | 35
 +
| style="background:#fddbcf; color:#000000" align="center" | 36
 +
| style="background:#f9e7b5; color:#000000" align="center" | 37
 +
| style="background:#f1f0aa; color:#000000" align="center" | 38
 +
| style="background:#dafaa9; color:#000000" align="center" | 39
 +
| style="background:#c9ffbc; color:#000000" align="center" | 3A
 +
| style="background:#c3fbd7; color:#000000" align="center" | 3B
 +
| style="background:#c4f6f6; color:#000000" align="center" | 3C
 +
| style="background:#bec1be; color:#000000" align="center" | 3D
 +
| style="background:#000000; color:#FFFFFF" align="center" | 3E
 +
| style="background:#000000; color:#FFFFFF" align="center" | 3F
 +
|}
 +
{| cellpadding="10" cellspacing="0"
 +
|+Smooth (FBX)
 +
|-
 +
| style="background:#6a6d6a; color:#FFFFFF" align="center" | 00
 +
| style="background:#001380; color:#FFFFFF" align="center" | 01
 +
| style="background:#1e008a; color:#FFFFFF" align="center" | 02
 +
| style="background:#39007a; color:#FFFFFF" align="center" | 03
 +
| style="background:#550056; color:#FFFFFF" align="center" | 04
 +
| style="background:#5a0018; color:#FFFFFF" align="center" | 05
 +
| style="background:#4f1000; color:#FFFFFF" align="center" | 06
 +
| style="background:#3d1c00; color:#FFFFFF" align="center" | 07
 +
| style="background:#253200; color:#FFFFFF" align="center" | 08
 +
| style="background:#003d00; color:#FFFFFF" align="center" | 09
 +
| style="background:#004000; color:#FFFFFF" align="center" | 0A
 +
| style="background:#003924; color:#FFFFFF" align="center" | 0B
 +
| style="background:#002e55; color:#FFFFFF" align="center" | 0C
 +
| style="background:#000000; color:#FFFFFF" align="center" | 0D
 +
| style="background:#000000; color:#FFFFFF" align="center" | 0E
 +
| style="background:#000000; color:#FFFFFF" align="center" | 0F
 +
|-                 
 +
| style="background:#b9bcb9; color:#FFFFFF" align="center" | 10
 +
| style="background:#1850c7; color:#FFFFFF" align="center" | 11
 +
| style="background:#4b30e3; color:#FFFFFF" align="center" | 12
 +
| style="background:#7322d6; color:#FFFFFF" align="center" | 13
 +
| style="background:#951fa9; color:#FFFFFF" align="center" | 14
 +
| style="background:#9d285c; color:#FFFFFF" align="center" | 15
 +
| style="background:#983700; color:#FFFFFF" align="center" | 16
 +
| style="background:#7f4c00; color:#FFFFFF" align="center" | 17
 +
| style="background:#5e6400; color:#FFFFFF" align="center" | 18
 +
| style="background:#227700; color:#FFFFFF" align="center" | 19
 +
| style="background:#027e02; color:#FFFFFF" align="center" | 1A
 +
| style="background:#007645; color:#FFFFFF" align="center" | 1B
 +
| style="background:#006e8a; color:#FFFFFF" align="center" | 1C
 +
| style="background:#000000; color:#FFFFFF" align="center" | 1D
 +
| style="background:#000000; color:#FFFFFF" align="center" | 1E
 +
| style="background:#000000; color:#FFFFFF" align="center" | 1F
 +
|-                 
 +
| style="background:#ffffff; color:#000000" align="center" | 20
 +
| style="background:#68a6ff; color:#000000" align="center" | 21
 +
| style="background:#8c9cff; color:#000000" align="center" | 22
 +
| style="background:#b586ff; color:#000000" align="center" | 23
 +
| style="background:#d975fd; color:#000000" align="center" | 24
 +
| style="background:#e377b9; color:#000000" align="center" | 25
 +
| style="background:#e58d68; color:#000000" align="center" | 26
 +
| style="background:#d49d29; color:#000000" align="center" | 27
 +
| style="background:#b3af0c; color:#000000" align="center" | 28
 +
| style="background:#7bc211; color:#000000" align="center" | 29
 +
| style="background:#55ca47; color:#000000" align="center" | 2A
 +
| style="background:#46cb81; color:#000000" align="center" | 2B
 +
| style="background:#47c1c5; color:#000000" align="center" | 2C
 +
| style="background:#4a4d4a; color:#FFFFFF" align="center" | 2D
 +
| style="background:#000000; color:#FFFFFF" align="center" | 2E
 +
| style="background:#000000; color:#FFFFFF" align="center" | 2F
 +
|-                 
 +
| style="background:#ffffff; color:#000000" align="center" | 30
 +
| style="background:#cceaff; color:#000000" align="center" | 31
 +
| style="background:#dddeff; color:#000000" align="center" | 32
 +
| style="background:#ecdaff; color:#000000" align="center" | 33
 +
| style="background:#f8d7fe; color:#000000" align="center" | 34
 +
| style="background:#fcd6f5; color:#000000" align="center" | 35
 +
| style="background:#fddbcf; color:#000000" align="center" | 36
 +
| style="background:#f9e7b5; color:#000000" align="center" | 37
 +
| style="background:#f1f0aa; color:#000000" align="center" | 38
 +
| style="background:#dafaa9; color:#000000" align="center" | 39
 +
| style="background:#c9ffbc; color:#000000" align="center" | 3A
 +
| style="background:#c3fbd7; color:#000000" align="center" | 3B
 +
| style="background:#c4f6f6; color:#000000" align="center" | 3C
 +
| style="background:#bec1be; color:#000000" align="center" | 3D
 +
| style="background:#000000; color:#FFFFFF" align="center" | 3E
 +
| style="background:#000000; color:#FFFFFF" align="center" | 3F
 +
|}
 +
{| cellpadding="10" cellspacing="0"
 +
|+PVM Style D93 (FBX)
 +
|-
 +
| style="background:#696e69; color:#FFFFFF" align="center" | 00
 +
| style="background:#001774; color:#FFFFFF" align="center" | 01
 +
| style="background:#1e0087; color:#FFFFFF" align="center" | 02
 +
| style="background:#340073; color:#FFFFFF" align="center" | 03
 +
| style="background:#560057; color:#FFFFFF" align="center" | 04
 +
| style="background:#5e0013; color:#FFFFFF" align="center" | 05
 +
| style="background:#531a00; color:#FFFFFF" align="center" | 06
 +
| style="background:#3b2400; color:#FFFFFF" align="center" | 07
 +
| style="background:#243000; color:#FFFFFF" align="center" | 08
 +
| style="background:#063a00; color:#FFFFFF" align="center" | 09
 +
| style="background:#003f00; color:#FFFFFF" align="center" | 0A
 +
| style="background:#003b1e; color:#FFFFFF" align="center" | 0B
 +
| style="background:#003050; color:#FFFFFF" align="center" | 0C
 +
| style="background:#000000; color:#FFFFFF" align="center" | 0D
 +
| style="background:#000000; color:#FFFFFF" align="center" | 0E
 +
| style="background:#000000; color:#FFFFFF" align="center" | 0F
 +
|-                 
 +
| style="background:#b9beb9; color:#FFFFFF" align="center" | 10
 +
| style="background:#1453b9; color:#FFFFFF" align="center" | 11
 +
| style="background:#4d2cda; color:#FFFFFF" align="center" | 12
 +
| style="background:#671ede; color:#FFFFFF" align="center" | 13
 +
| style="background:#98189c; color:#FFFFFF" align="center" | 14
 +
| style="background:#9d2344; color:#FFFFFF" align="center" | 15
 +
| style="background:#a03e00; color:#FFFFFF" align="center" | 16
 +
| style="background:#8d5500; color:#FFFFFF" align="center" | 17
 +
| style="background:#656d00; color:#FFFFFF" align="center" | 18
 +
| style="background:#2c7900; color:#FFFFFF" align="center" | 19
 +
| style="background:#008100; color:#FFFFFF" align="center" | 1A
 +
| style="background:#007d42; color:#FFFFFF" align="center" | 1B
 +
| style="background:#00788a; color:#FFFFFF" align="center" | 1C
 +
| style="background:#000000; color:#FFFFFF" align="center" | 1D
 +
| style="background:#000000; color:#FFFFFF" align="center" | 1E
 +
| style="background:#000000; color:#FFFFFF" align="center" | 1F
 +
|-                 
 +
| style="background:#ffffff; color:#000000" align="center" | 20
 +
| style="background:#69a8ff; color:#000000" align="center" | 21
 +
| style="background:#9691ff; color:#000000" align="center" | 22
 +
| style="background:#b28afa; color:#000000" align="center" | 23
 +
| style="background:#ea7dfa; color:#000000" align="center" | 24
 +
| style="background:#f37bc7; color:#000000" align="center" | 25
 +
| style="background:#f18f6c; color:#000000" align="center" | 26
 +
| style="background:#e6ad27; color:#000000" align="center" | 27
 +
| style="background:#d7c805; color:#000000" align="center" | 28
 +
| style="background:#90df07; color:#000000" align="center" | 29
 +
| style="background:#64e53c; color:#000000" align="center" | 2A
 +
| style="background:#45e27d; color:#000000" align="center" | 2B
 +
| style="background:#48d5d9; color:#000000" align="center" | 2C
 +
| style="background:#4b504b; color:#FFFFFF" align="center" | 2D
 +
| style="background:#000000; color:#FFFFFF" align="center" | 2E
 +
| style="background:#000000; color:#FFFFFF" align="center" | 2F
 +
|-                 
 +
| style="background:#ffffff; color:#000000" align="center" | 30
 +
| style="background:#d2eaff; color:#000000" align="center" | 31
 +
| style="background:#e2e2ff; color:#000000" align="center" | 32
 +
| style="background:#e9d8ff; color:#000000" align="center" | 33
 +
| style="background:#f5d2ff; color:#000000" align="center" | 34
 +
| style="background:#f8d9ea; color:#000000" align="center" | 35
 +
| style="background:#fadeb9; color:#000000" align="center" | 36
 +
| style="background:#f9e89b; color:#000000" align="center" | 37
 +
| style="background:#f3f28c; color:#000000" align="center" | 38
 +
| style="background:#d3fa91; color:#000000" align="center" | 39
 +
| style="background:#b8fca8; color:#000000" align="center" | 3A
 +
| style="background:#aefaca; color:#000000" align="center" | 3B
 +
| style="background:#caf3f3; color:#000000" align="center" | 3C
 +
| style="background:#bec3be; color:#000000" align="center" | 3D
 +
| style="background:#000000; color:#FFFFFF" align="center" | 3E
 +
| style="background:#000000; color:#FFFFFF" align="center" | 3F
 +
|}
 +
{| cellpadding="10" cellspacing="0"
 +
|+Composite Direct (FBX)
 +
|-
 +
| style="background:#656565; color:#FFFFFF" align="center" | 00
 +
| style="background:#00127d; color:#FFFFFF" align="center" | 01
 +
| style="background:#18008e; color:#FFFFFF" align="center" | 02
 +
| style="background:#360082; color:#FFFFFF" align="center" | 03
 +
| style="background:#56005d; color:#FFFFFF" align="center" | 04
 +
| style="background:#5a0018; color:#FFFFFF" align="center" | 05
 +
| style="background:#4f0500; color:#FFFFFF" align="center" | 06
 +
| style="background:#381900; color:#FFFFFF" align="center" | 07
 +
| style="background:#1d3100; color:#FFFFFF" align="center" | 08
 +
| style="background:#003d00; color:#FFFFFF" align="center" | 09
 +
| style="background:#004100; color:#FFFFFF" align="center" | 0A
 +
| style="background:#003b17; color:#FFFFFF" align="center" | 0B
 +
| style="background:#002e55; color:#FFFFFF" align="center" | 0C
 +
| style="background:#000000; color:#FFFFFF" align="center" | 0D
 +
| style="background:#000000; color:#FFFFFF" align="center" | 0E
 +
| style="background:#000000; color:#FFFFFF" align="center" | 0F
 +
|-                 
 +
| style="background:#afafaf; color:#FFFFFF" align="center" | 10
 +
| style="background:#194ec8; color:#FFFFFF" align="center" | 11
 +
| style="background:#472fe3; color:#FFFFFF" align="center" | 12
 +
| style="background:#6b1fd7; color:#FFFFFF" align="center" | 13
 +
| style="background:#931bae; color:#FFFFFF" align="center" | 14
 +
| style="background:#9e1a5e; color:#FFFFFF" align="center" | 15
 +
| style="background:#993200; color:#FFFFFF" align="center" | 16
 +
| style="background:#7b4b00; color:#FFFFFF" align="center" | 17
 +
| style="background:#5b6700; color:#FFFFFF" align="center" | 18
 +
| style="background:#267a00; color:#FFFFFF" align="center" | 19
 +
| style="background:#008200; color:#FFFFFF" align="center" | 1A
 +
| style="background:#007a3e; color:#FFFFFF" align="center" | 1B
 +
| style="background:#006e8a; color:#FFFFFF" align="center" | 1C
 +
| style="background:#000000; color:#FFFFFF" align="center" | 1D
 +
| style="background:#000000; color:#FFFFFF" align="center" | 1E
 +
| style="background:#000000; color:#FFFFFF" align="center" | 1F
 +
|-                 
 +
| style="background:#ffffff; color:#000000" align="center" | 20
 +
| style="background:#64a9ff; color:#000000" align="center" | 21
 +
| style="background:#8e89ff; color:#000000" align="center" | 22
 +
| style="background:#b676ff; color:#000000" align="center" | 23
 +
| style="background:#e06fff; color:#000000" align="center" | 24
 +
| style="background:#ef6cc4; color:#000000" align="center" | 25
 +
| style="background:#f0806a; color:#000000" align="center" | 26
 +
| style="background:#d8982c; color:#000000" align="center" | 27
 +
| style="background:#b9b40a; color:#000000" align="center" | 28
 +
| style="background:#83cb0c; color:#000000" align="center" | 29
 +
| style="background:#5bd63f; color:#000000" align="center" | 2A
 +
| style="background:#4ad17e; color:#000000" align="center" | 2B
 +
| style="background:#4dc7cb; color:#000000" align="center" | 2C
 +
| style="background:#4c4c4c; color:#FFFFFF" align="center" | 2D
 +
| style="background:#000000; color:#FFFFFF" align="center" | 2E
 +
| style="background:#000000; color:#FFFFFF" align="center" | 2F
 +
|-                 
 +
| style="background:#ffffff; color:#000000" align="center" | 30
 +
| style="background:#c7e5ff; color:#000000" align="center" | 31
 +
| style="background:#d9d9ff; color:#000000" align="center" | 32
 +
| style="background:#e9d1ff; color:#000000" align="center" | 33
 +
| style="background:#f9ceff; color:#000000" align="center" | 34
 +
| style="background:#ffccf1; color:#000000" align="center" | 35
 +
| style="background:#ffd4cb; color:#000000" align="center" | 36
 +
| style="background:#f8dfb1; color:#000000" align="center" | 37
 +
| style="background:#edeaa4; color:#000000" align="center" | 38
 +
| style="background:#d6f4a4; color:#000000" align="center" | 39
 +
| style="background:#c5f8b8; color:#000000" align="center" | 3A
 +
| style="background:#bef6d3; color:#000000" align="center" | 3B
 +
| style="background:#bff1f1; color:#000000" align="center" | 3C
 +
| style="background:#b9b9b9; color:#000000" align="center" | 3D
 +
| style="background:#000000; color:#FFFFFF" align="center" | 3E
 +
| style="background:#000000; color:#FFFFFF" align="center" | 3F
 +
|}
 +
{| cellpadding="10" cellspacing="0"
 +
|+Wavebeam
 +
|-
 +
| style="background:#6b6b6b; color:#FFFFFF" align="center" | 00
 +
| style="background:#001b88; color:#FFFFFF" align="center" | 01
 +
| style="background:#21009a; color:#FFFFFF" align="center" | 02
 +
| style="background:#40008c; color:#FFFFFF" align="center" | 03
 +
| style="background:#600067; color:#FFFFFF" align="center" | 04
 +
| style="background:#64001e; color:#FFFFFF" align="center" | 05
 +
| style="background:#590800; color:#FFFFFF" align="center" | 06
 +
| style="background:#481600; color:#FFFFFF" align="center" | 07
 +
| style="background:#283600; color:#FFFFFF" align="center" | 08
 +
| style="background:#004500; color:#FFFFFF" align="center" | 09
 +
| style="background:#004908; color:#FFFFFF" align="center" | 0A
 +
| style="background:#00421d; color:#FFFFFF" align="center" | 0B
 +
| style="background:#003659; color:#FFFFFF" align="center" | 0C
 +
| style="background:#000000; color:#FFFFFF" align="center" | 0D
 +
| style="background:#000000; color:#FFFFFF" align="center" | 0E
 +
| style="background:#000000; color:#FFFFFF" align="center" | 0F
 +
|-                 
 +
| style="background:#b4b4b4; color:#FFFFFF" align="center" | 10
 +
| style="background:#1555d3; color:#FFFFFF" align="center" | 11
 +
| style="background:#4337ef; color:#FFFFFF" align="center" | 12
 +
| style="background:#7425df; color:#FFFFFF" align="center" | 13
 +
| style="background:#9c19b9; color:#FFFFFF" align="center" | 14
 +
| style="background:#ac0f64; color:#FFFFFF" align="center" | 15
 +
| style="background:#aa2c00; color:#FFFFFF" align="center" | 16
 +
| style="background:#8a4b00; color:#FFFFFF" align="center" | 17
 +
| style="background:#666b00; color:#FFFFFF" align="center" | 18
 +
| style="background:#218300; color:#FFFFFF" align="center" | 19
 +
| style="background:#008a00; color:#FFFFFF" align="center" | 1A
 +
| style="background:#008144; color:#FFFFFF" align="center" | 1B
 +
| style="background:#007691; color:#FFFFFF" align="center" | 1C
 +
| style="background:#000000; color:#FFFFFF" align="center" | 1D
 +
| style="background:#000000; color:#FFFFFF" align="center" | 1E
 +
| style="background:#000000; color:#FFFFFF" align="center" | 1F
 +
|-                 
 +
| style="background:#ffffff; color:#000000" align="center" | 20
 +
| style="background:#63b2ff; color:#000000" align="center" | 21
 +
| style="background:#7c9cff; color:#000000" align="center" | 22
 +
| style="background:#c07dfe; color:#000000" align="center" | 23
 +
| style="background:#e977ff; color:#000000" align="center" | 24
 +
| style="background:#f572cd; color:#000000" align="center" | 25
 +
| style="background:#f4886b; color:#000000" align="center" | 26
 +
| style="background:#dda029; color:#000000" align="center" | 27
 +
| style="background:#bdbd0a; color:#000000" align="center" | 28
 +
| style="background:#89d20e; color:#000000" align="center" | 29
 +
| style="background:#5cde3e; color:#000000" align="center" | 2A
 +
| style="background:#4bd886; color:#000000" align="center" | 2B
 +
| style="background:#4dcfd2; color:#000000" align="center" | 2C
 +
| style="background:#525252; color:#FFFFFF" align="center" | 2D
 +
| style="background:#000000; color:#FFFFFF" align="center" | 2E
 +
| style="background:#000000; color:#FFFFFF" align="center" | 2F
 +
|-                 
 +
| style="background:#ffffff; color:#000000" align="center" | 30
 +
| style="background:#bcdfff; color:#000000" align="center" | 31
 +
| style="background:#d2d2ff; color:#000000" align="center" | 32
 +
| style="background:#e1c8ff; color:#000000" align="center" | 33
 +
| style="background:#efc7ff; color:#000000" align="center" | 34
 +
| style="background:#ffc3e1; color:#000000" align="center" | 35
 +
| style="background:#ffcac6; color:#000000" align="center" | 36
 +
| style="background:#f2daad; color:#000000" align="center" | 37
 +
| style="background:#ebe3a0; color:#000000" align="center" | 38
 +
| style="background:#d2eda2; color:#000000" align="center" | 39
 +
| style="background:#bcf4b4; color:#000000" align="center" | 3A
 +
| style="background:#b5f1ce; color:#000000" align="center" | 3B
 +
| style="background:#b6ecf1; color:#000000" align="center" | 3C
 +
| style="background:#bfbfbf; color:#000000" align="center" | 3D
 +
| style="background:#000000; color:#FFFFFF" align="center" | 3E
 +
| style="background:#000000; color:#FFFFFF" align="center" | 3F
 +
|}
 +
|
 
{| cellpadding="10" cellspacing="0"
 
{| cellpadding="10" cellspacing="0"
 
|+BMF Final 3
 
|+BMF Final 3
Line 765: Line 1,135:
 
| style="background:#000000; color:#FFFFFF" align="center" | 3F
 
| style="background:#000000; color:#FFFFFF" align="center" | 3F
 
|}
 
|}
|
+
{| cellpadding="10" cellspacing="0"
 +
|+ASQ Reality B
 +
|-
 +
| style="background:#6C6C6C; color:#FFFFFF" align="center" | 00
 +
| style="background:#002094; color:#FFFFFF" align="center" | 01
 +
| style="background:#0000A8; color:#FFFFFF" align="center" | 02
 +
| style="background:#3C0098; color:#FFFFFF" align="center" | 03
 +
| style="background:#700070; color:#FFFFFF" align="center" | 04
 +
| style="background:#7C003C; color:#FFFFFF" align="center" | 05
 +
| style="background:#700000; color:#FFFFFF" align="center" | 06
 +
| style="background:#681000; color:#FFFFFF" align="center" | 07
 +
| style="background:#461A00; color:#FFFFFF" align="center" | 08
 +
| style="background:#3C2C00; color:#FFFFFF" align="center" | 09
 +
| style="background:#005000; color:#FFFFFF" align="center" | 0A
 +
| style="background:#003C4C; color:#FFFFFF" align="center" | 0B
 +
| style="background:#003A66; color:#FFFFFF" align="center" | 0C
 +
| style="background:#000000; color:#FFFFFF" align="center" | 0D
 +
| style="background:#101010; color:#FFFFFF" align="center" | 0E
 +
| style="background:#101010; color:#FFFFFF" align="center" | 0F
 +
|-                 
 +
| style="background:#BABABA; color:#FFFFFF" align="center" | 10
 +
| style="background:#2A58D6; color:#FFFFFF" align="center" | 11
 +
| style="background:#3C32FF; color:#FFFFFF" align="center" | 12
 +
| style="background:#8020F0; color:#FFFFFF" align="center" | 13
 +
| style="background:#C000C0; color:#FFFFFF" align="center" | 14
 +
| style="background:#D01474; color:#FFFFFF" align="center" | 15
 +
| style="background:#D21A24; color:#FFFFFF" align="center" | 16
 +
| style="background:#A63C1E; color:#FFFFFF" align="center" | 17
 +
| style="background:#7E5200; color:#FFFFFF" align="center" | 18
 +
| style="background:#586400; color:#FFFFFF" align="center" | 19
 +
| style="background:#008800; color:#FFFFFF" align="center" | 1A
 +
| style="background:#007468; color:#FFFFFF" align="center" | 1B
 +
| style="background:#00729E; color:#FFFFFF" align="center" | 1C
 +
| style="background:#101010; color:#FFFFFF" align="center" | 1D
 +
| style="background:#101010; color:#FFFFFF" align="center" | 1E
 +
| style="background:#101010; color:#FFFFFF" align="center" | 1F
 +
|-                 
 +
| style="background:#FFFFFF; color:#000000" align="center" | 20
 +
| style="background:#5EA0FF; color:#000000" align="center" | 21
 +
| style="background:#8C82FF; color:#000000" align="center" | 22
 +
| style="background:#C470FF; color:#000000" align="center" | 23
 +
| style="background:#FF5CFF; color:#000000" align="center" | 24
 +
| style="background:#FF68BC; color:#000000" align="center" | 25
 +
| style="background:#FF727C; color:#000000" align="center" | 26
 +
| style="background:#FC964A; color:#000000" align="center" | 27
 +
| style="background:#D9AD00; color:#000000" align="center" | 28
 +
| style="background:#98C62E; color:#000000" align="center" | 29
 +
| style="background:#4ED44E; color:#000000" align="center" | 2A
 +
| style="background:#3AC89A; color:#000000" align="center" | 2B
 +
| style="background:#2EBEDC; color:#000000" align="center" | 2C
 +
| style="background:#585858; color:#FFFFFF" align="center" | 2D
 +
| style="background:#101010; color:#FFFFFF" align="center" | 2E
 +
| style="background:#101010; color:#FFFFFF" align="center" | 2F
 +
|-                 
 +
| style="background:#FFFFFF; color:#000000" align="center" | 30
 +
| style="background:#C6D8FF; color:#000000" align="center" | 31
 +
| style="background:#D4CAFF; color:#000000" align="center" | 32
 +
| style="background:#F0C4FF; color:#000000" align="center" | 33
 +
| style="background:#FFBCFF; color:#000000" align="center" | 34
 +
| style="background:#FFC4F0; color:#000000" align="center" | 35
 +
| style="background:#FFCAD4; color:#000000" align="center" | 36
 +
| style="background:#FFD8BE; color:#000000" align="center" | 37
 +
| style="background:#FFE6A6; color:#000000" align="center" | 38
 +
| style="background:#EAECB2; color:#000000" align="center" | 39
 +
| style="background:#C6F4C6; color:#000000" align="center" | 3A
 +
| style="background:#BAECEA; color:#000000" align="center" | 3B
 +
| style="background:#B6E6FF; color:#000000" align="center" | 3C
 +
| style="background:#C2C2C2; color:#000000" align="center" | 3D
 +
| style="background:#101010; color:#FFFFFF" align="center" | 3E
 +
| style="background:#101010; color:#FFFFFF" align="center" | 3F
 +
|}
 
{| cellpadding="10" cellspacing="0"
 
{| cellpadding="10" cellspacing="0"
 
|+Wii VC
 
|+Wii VC
Line 982: Line 1,422:
 
|+NES Classic Edition
 
|+NES Classic Edition
 
|-
 
|-
| style="background:#606060; color:#FFFFFF" align="center" | 00
+
| style="background:#6C6C6C; color:#FFFFFF" align="center" | 00
 +
| style="background:#000098; color:#FFFFFF" align="center" | 01
 +
| style="background:#10008D; color:#FFFFFF" align="center" | 02
 +
| style="background:#3E0082; color:#FFFFFF" align="center" | 03
 +
| style="background:#60006C; color:#FFFFFF" align="center" | 04
 +
| style="background:#6C0000; color:#FFFFFF" align="center" | 05
 +
| style="background:#600000; color:#FFFFFF" align="center" | 06
 +
| style="background:#3F1C00; color:#FFFFFF" align="center" | 07
 +
| style="background:#273F00; color:#FFFFFF" align="center" | 08
 +
| style="background:#00491C; color:#FFFFFF" align="center" | 09
 +
| style="background:#004900; color:#FFFFFF" align="center" | 0A
 +
| style="background:#003E1C; color:#FFFFFF" align="center" | 0B
 +
| style="background:#003260; color:#FFFFFF" align="center" | 0C
 +
| style="background:#000000; color:#FFFFFF" align="center" | 0D
 +
| style="background:#000000; color:#FFFFFF" align="center" | 0E
 +
| style="background:#000000; color:#FFFFFF" align="center" | 0F
 +
|-                 
 +
| style="background:#A5A5A5; color:#FFFFFF" align="center" | 10
 +
| style="background:#0049BB; color:#FFFFFF" align="center" | 11
 +
| style="background:#4A00F4; color:#FFFFFF" align="center" | 12
 +
| style="background:#6C00D3; color:#FFFFFF" align="center" | 13
 +
| style="background:#8D00B0; color:#FFFFFF" align="center" | 14
 +
| style="background:#990055; color:#FFFFFF" align="center" | 15
 +
| style="background:#983200; color:#FFFFFF" align="center" | 16
 +
| style="background:#824900; color:#FFFFFF" align="center" | 17
 +
| style="background:#5F6C00; color:#FFFFFF" align="center" | 18
 +
| style="background:#278200; color:#FFFFFF" align="center" | 19
 +
| style="background:#1C8200; color:#FFFFFF" align="center" | 1A
 +
| style="background:#008249; color:#FFFFFF" align="center" | 1B
 +
| style="background:#006C82; color:#FFFFFF" align="center" | 1C
 +
| style="background:#1B1B1B; color:#FFFFFF" align="center" | 1D
 +
| style="background:#000000; color:#FFFFFF" align="center" | 1E
 +
| style="background:#000000; color:#FFFFFF" align="center" | 1F
 +
|-                 
 +
| style="background:#F4F4F4; color:#000000" align="center" | 20
 +
| style="background:#6CA4FF; color:#000000" align="center" | 21
 +
| style="background:#8D82FF; color:#000000" align="center" | 22
 +
| style="background:#BC78FF; color:#000000" align="center" | 23
 +
| style="background:#E877F3; color:#000000" align="center" | 24
 +
| style="background:#F46CBB; color:#000000" align="center" | 25
 +
| style="background:#FF8D6C; color:#000000" align="center" | 26
 +
| style="background:#D3A54A; color:#000000" align="center" | 27
 +
| style="background:#B0A53F; color:#000000" align="center" | 28
 +
| style="background:#83BC00; color:#000000" align="center" | 29
 +
| style="background:#54C649; color:#000000" align="center" | 2A
 +
| style="background:#4AC783; color:#000000" align="center" | 2B
 +
| style="background:#55C7C7; color:#000000" align="center" | 2C
 +
| style="background:#545454; color:#FFFFFF" align="center" | 2D
 +
| style="background:#000000; color:#FFFFFF" align="center" | 2E
 +
| style="background:#000000; color:#FFFFFF" align="center" | 2F
 +
|-                 
 +
| style="background:#FFFFFF; color:#000000" align="center" | 30
 +
| style="background:#C6DEFF; color:#000000" align="center" | 31
 +
| style="background:#C7C7F4; color:#000000" align="center" | 32
 +
| style="background:#DDC6FF; color:#000000" align="center" | 33
 +
| style="background:#E9BBFF; color:#000000" align="center" | 34
 +
| style="background:#F4C6DE; color:#000000" align="center" | 35
 +
| style="background:#F4D2C6; color:#000000" align="center" | 36
 +
| style="background:#DEC6B0; color:#000000" align="center" | 37
 +
| style="background:#DEDEA5; color:#000000" align="center" | 38
 +
| style="background:#D2E9B0; color:#000000" align="center" | 39
 +
| style="background:#BBE8B0; color:#000000" align="center" | 3A
 +
| style="background:#B0DEBC; color:#000000" align="center" | 3B
 +
| style="background:#A4D2C6; color:#000000" align="center" | 3C
 +
| style="background:#C6C6C6; color:#000000" align="center" | 3D
 +
| style="background:#000000; color:#FFFFFF" align="center" | 3E
 +
| style="background:#000000; color:#FFFFFF" align="center" | 3F
 +
|}
 +
{| cellpadding="10" cellspacing="0"
 +
|+NES Classic (FBX)
 +
|-
 +
| style="background:#616161; color:#FFFFFF" align="center" | 00
 
| style="background:#000088; color:#FFFFFF" align="center" | 01
 
| style="background:#000088; color:#FFFFFF" align="center" | 01
| style="background:#200C98; color:#FFFFFF" align="center" | 02
+
| style="background:#1f0d99; color:#FFFFFF" align="center" | 02
| style="background:#381478; color:#FFFFFF" align="center" | 03
+
| style="background:#371379; color:#FFFFFF" align="center" | 03
| style="background:#541460; color:#FFFFFF" align="center" | 04
+
| style="background:#561260; color:#FFFFFF" align="center" | 04
| style="background:#5C0010; color:#FFFFFF" align="center" | 05
+
| style="background:#5d0010; color:#FFFFFF" align="center" | 05
| style="background:#541000; color:#FFFFFF" align="center" | 06
+
| style="background:#520e00; color:#FFFFFF" align="center" | 06
| style="background:#3C2408; color:#FFFFFF" align="center" | 07
+
| style="background:#3a2308; color:#FFFFFF" align="center" | 07
| style="background:#20340C; color:#FFFFFF" align="center" | 08
+
| style="background:#21350c; color:#FFFFFF" align="center" | 08
| style="background:#0C400C; color:#FFFFFF" align="center" | 09
+
| style="background:#0d410e; color:#FFFFFF" align="center" | 09
| style="background:#184418; color:#FFFFFF" align="center" | 0A
+
| style="background:#174417; color:#FFFFFF" align="center" | 0A
| style="background:#003C20; color:#FFFFFF" align="center" | 0B
+
| style="background:#003a1f; color:#FFFFFF" align="center" | 0B
| style="background:#003058; color:#FFFFFF" align="center" | 0C
+
| style="background:#002f57; color:#FFFFFF" align="center" | 0C
 
| style="background:#000000; color:#FFFFFF" align="center" | 0D
 
| style="background:#000000; color:#FFFFFF" align="center" | 0D
 
| style="background:#000000; color:#FFFFFF" align="center" | 0E
 
| style="background:#000000; color:#FFFFFF" align="center" | 0E
 
| style="background:#000000; color:#FFFFFF" align="center" | 0F
 
| style="background:#000000; color:#FFFFFF" align="center" | 0F
 
|-                   
 
|-                   
| style="background:#A8A8A8; color:#FFFFFF" align="center" | 10
+
| style="background:#aaaaaa; color:#FFFFFF" align="center" | 10
| style="background:#0C4CC4; color:#FFFFFF" align="center" | 11
+
| style="background:#0d4dc4; color:#FFFFFF" align="center" | 11
| style="background:#4C24E0; color:#FFFFFF" align="center" | 12
+
| style="background:#4b24de; color:#FFFFFF" align="center" | 12
| style="background:#6814D0; color:#FFFFFF" align="center" | 13
+
| style="background:#6912cf; color:#FFFFFF" align="center" | 13
| style="background:#9014AC; color:#FFFFFF" align="center" | 14
+
| style="background:#9014ad; color:#FFFFFF" align="center" | 14
| style="background:#9C1C48; color:#FFFFFF" align="center" | 15
+
| style="background:#9d1c48; color:#FFFFFF" align="center" | 15
| style="background:#903404; color:#FFFFFF" align="center" | 16
+
| style="background:#923404; color:#FFFFFF" align="center" | 16
| style="background:#745004; color:#FFFFFF" align="center" | 17
+
| style="background:#735005; color:#FFFFFF" align="center" | 17
| style="background:#5C6814; color:#FFFFFF" align="center" | 18
+
| style="background:#5d6913; color:#FFFFFF" align="center" | 18
| style="background:#187C10; color:#FFFFFF" align="center" | 19
+
| style="background:#167a11; color:#FFFFFF" align="center" | 19
| style="background:#148008; color:#FFFFFF" align="center" | 1A
+
| style="background:#138008; color:#FFFFFF" align="center" | 1A
| style="background:#107448; color:#FFFFFF" align="center" | 1B
+
| style="background:#127649; color:#FFFFFF" align="center" | 1B
| style="background:#1C6490; color:#FFFFFF" align="center" | 1C
+
| style="background:#1c6691; color:#FFFFFF" align="center" | 1C
 
| style="background:#000000; color:#FFFFFF" align="center" | 1D
 
| style="background:#000000; color:#FFFFFF" align="center" | 1D
 
| style="background:#000000; color:#FFFFFF" align="center" | 1E
 
| style="background:#000000; color:#FFFFFF" align="center" | 1E
 
| style="background:#000000; color:#FFFFFF" align="center" | 1F
 
| style="background:#000000; color:#FFFFFF" align="center" | 1F
 
|-                   
 
|-                   
| style="background:#FCFCFC; color:#000000" align="center" | 20
+
| style="background:#fcfcfc; color:#000000" align="center" | 20
| style="background:#6498FC; color:#000000" align="center" | 21
+
| style="background:#639afc; color:#000000" align="center" | 21
| style="background:#887CFC; color:#000000" align="center" | 22
+
| style="background:#8a7efc; color:#000000" align="center" | 22
| style="background:#B068FC; color:#000000" align="center" | 23
+
| style="background:#b06afc; color:#000000" align="center" | 23
| style="background:#DC6CF4; color:#000000" align="center" | 24
+
| style="background:#dd6df2; color:#000000" align="center" | 24
| style="background:#E870AC; color:#000000" align="center" | 25
+
| style="background:#e771ab; color:#000000" align="center" | 25
| style="background:#E48858; color:#000000" align="center" | 26
+
| style="background:#e38658; color:#000000" align="center" | 26
| style="background:#CC9C20; color:#000000" align="center" | 27
+
| style="background:#cc9e22; color:#000000" align="center" | 27
| style="background:#A8B000; color:#000000" align="center" | 28
+
| style="background:#a8b100; color:#000000" align="center" | 28
| style="background:#74C000; color:#000000" align="center" | 29
+
| style="background:#72c100; color:#000000" align="center" | 29
| style="background:#5CCC50; color:#000000" align="center" | 2A
+
| style="background:#5acd4e; color:#000000" align="center" | 2A
| style="background:#34C090; color:#000000" align="center" | 2B
+
| style="background:#34c28e; color:#000000" align="center" | 2B
| style="background:#50C0CC; color:#000000" align="center" | 2C
+
| style="background:#4fbece; color:#000000" align="center" | 2C
| style="background:#404040; color:#FFFFFF" align="center" | 2D
+
| style="background:#424242; color:#FFFFFF" align="center" | 2D
 
| style="background:#000000; color:#FFFFFF" align="center" | 2E
 
| style="background:#000000; color:#FFFFFF" align="center" | 2E
 
| style="background:#000000; color:#FFFFFF" align="center" | 2F
 
| style="background:#000000; color:#FFFFFF" align="center" | 2F
 
|-                   
 
|-                   
| style="background:#FCFCFC; color:#000000" align="center" | 30
+
| style="background:#fcfcfc; color:#000000" align="center" | 30
| style="background:#BCD4FC; color:#000000" align="center" | 31
+
| style="background:#bed4fc; color:#000000" align="center" | 31
| style="background:#CCCCFC; color:#000000" align="center" | 32
+
| style="background:#cacafc; color:#000000" align="center" | 32
| style="background:#D8C4FC; color:#000000" align="center" | 33
+
| style="background:#d9c4fc; color:#000000" align="center" | 33
| style="background:#ECC0FC; color:#000000" align="center" | 34
+
| style="background:#ecc1fc; color:#000000" align="center" | 34
| style="background:#F8C4E8; color:#000000" align="center" | 35
+
| style="background:#fac3e7; color:#000000" align="center" | 35
| style="background:#F8CCC4; color:#000000" align="center" | 36
+
| style="background:#f7cec3; color:#000000" align="center" | 36
| style="background:#E4CCA8; color:#000000" align="center" | 37
+
| style="background:#e2cda7; color:#000000" align="center" | 37
| style="background:#D8DC9C; color:#000000" align="center" | 38
+
| style="background:#dadb9c; color:#000000" align="center" | 38
| style="background:#C8E4A0; color:#000000" align="center" | 39
+
| style="background:#c8e39e; color:#000000" align="center" | 39
| style="background:#C0E4B8; color:#000000" align="center" | 3A
+
| style="background:#bfe5b8; color:#000000" align="center" | 3A
| style="background:#B4ECC8; color:#000000" align="center" | 3B
+
| style="background:#b2ebc8; color:#000000" align="center" | 3B
| style="background:#B8E4EC; color:#000000" align="center" | 3C
+
| style="background:#b7e5eb; color:#000000" align="center" | 3C
| style="background:#BABABA; color:#000000" align="center" | 3D
+
| style="background:#acacac; color:#000000" align="center" | 3D
 
| style="background:#000000; color:#FFFFFF" align="center" | 3E
 
| style="background:#000000; color:#FFFFFF" align="center" | 3E
 
| style="background:#000000; color:#FFFFFF" align="center" | 3F
 
| style="background:#000000; color:#FFFFFF" align="center" | 3F
Line 1,264: Line 1,775:
 
|}
 
|}
 
{| cellpadding="10" cellspacing="0"
 
{| cellpadding="10" cellspacing="0"
|+ASQ Reality B
+
|+Nesticle
 
|-
 
|-
| style="background:#6C6C6C; color:#FFFFFF" align="center" | 00
+
| style="background:#5b5b5b; color:#FFFFFF" align="center" | 00
| style="background:#002094; color:#FFFFFF" align="center" | 01
+
| style="background:#0000b4; color:#FFFFFF" align="center" | 01
| style="background:#0000A8; color:#FFFFFF" align="center" | 02
+
| style="background:#0000a0; color:#FFFFFF" align="center" | 02
| style="background:#3C0098; color:#FFFFFF" align="center" | 03
+
| style="background:#3d00b1; color:#FFFFFF" align="center" | 03
| style="background:#700070; color:#FFFFFF" align="center" | 04
+
| style="background:#690074; color:#FFFFFF" align="center" | 04
| style="background:#7C003C; color:#FFFFFF" align="center" | 05
+
| style="background:#5b0000; color:#FFFFFF" align="center" | 05
| style="background:#700000; color:#FFFFFF" align="center" | 06
+
| style="background:#5f0000; color:#FFFFFF" align="center" | 06
| style="background:#681000; color:#FFFFFF" align="center" | 07
+
| style="background:#411800; color:#FFFFFF" align="center" | 07
| style="background:#461A00; color:#FFFFFF" align="center" | 08
+
| style="background:#102f00; color:#FFFFFF" align="center" | 08
| style="background:#3C2C00; color:#FFFFFF" align="center" | 09
+
| style="background:#084a08; color:#FFFFFF" align="center" | 09
| style="background:#005000; color:#FFFFFF" align="center" | 0A
+
| style="background:#006700; color:#FFFFFF" align="center" | 0A
| style="background:#003C4C; color:#FFFFFF" align="center" | 0B
+
| style="background:#004212; color:#FFFFFF" align="center" | 0B
| style="background:#003A66; color:#FFFFFF" align="center" | 0C
+
| style="background:#00286d; color:#FFFFFF" align="center" | 0C
 
| style="background:#000000; color:#FFFFFF" align="center" | 0D
 
| style="background:#000000; color:#FFFFFF" align="center" | 0D
| style="background:#101010; color:#FFFFFF" align="center" | 0E
+
| style="background:#000000; color:#FFFFFF" align="center" | 0E
| style="background:#101010; color:#FFFFFF" align="center" | 0F
+
| style="background:#000000; color:#FFFFFF" align="center" | 0F
 
|-                   
 
|-                   
| style="background:#BABABA; color:#FFFFFF" align="center" | 10
+
| style="background:#e7d5c4; color:#FFFFFF" align="center" | 10
| style="background:#2A58D6; color:#FFFFFF" align="center" | 11
+
| style="background:#0040ff; color:#FFFFFF" align="center" | 11
| style="background:#3C32FF; color:#FFFFFF" align="center" | 12
+
| style="background:#220edc; color:#FFFFFF" align="center" | 12
| style="background:#8020F0; color:#FFFFFF" align="center" | 13
+
| style="background:#6b47ff; color:#FFFFFF" align="center" | 13
| style="background:#C000C0; color:#FFFFFF" align="center" | 14
+
| style="background:#9f00d7; color:#FFFFFF" align="center" | 14
| style="background:#D01474; color:#FFFFFF" align="center" | 15
+
| style="background:#d70a68; color:#FFFFFF" align="center" | 15
| style="background:#D21A24; color:#FFFFFF" align="center" | 16
+
| style="background:#bc1900; color:#FFFFFF" align="center" | 16
| style="background:#A63C1E; color:#FFFFFF" align="center" | 17
+
| style="background:#b15400; color:#FFFFFF" align="center" | 17
| style="background:#7E5200; color:#FFFFFF" align="center" | 18
+
| style="background:#5b6a00; color:#FFFFFF" align="center" | 18
| style="background:#586400; color:#FFFFFF" align="center" | 19
+
| style="background:#038c00; color:#FFFFFF" align="center" | 19
| style="background:#008800; color:#FFFFFF" align="center" | 1A
+
| style="background:#00ab00; color:#FFFFFF" align="center" | 1A
| style="background:#007468; color:#FFFFFF" align="center" | 1B
+
| style="background:#00882c; color:#FFFFFF" align="center" | 1B
| style="background:#00729E; color:#FFFFFF" align="center" | 1C
+
| style="background:#0072a4; color:#FFFFFF" align="center" | 1C
| style="background:#101010; color:#FFFFFF" align="center" | 1D
+
| style="background:#000000; color:#FFFFFF" align="center" | 1D
| style="background:#101010; color:#FFFFFF" align="center" | 1E
+
| style="background:#000000; color:#FFFFFF" align="center" | 1E
| style="background:#101010; color:#FFFFFF" align="center" | 1F
+
| style="background:#000000; color:#FFFFFF" align="center" | 1F
 
|-                   
 
|-                   
| style="background:#FFFFFF; color:#000000" align="center" | 20
+
| style="background:#f8f8f8; color:#000000" align="center" | 20
| style="background:#5EA0FF; color:#000000" align="center" | 21
+
| style="background:#3cabff; color:#000000" align="center" | 21
| style="background:#8C82FF; color:#000000" align="center" | 22
+
| style="background:#8179ff; color:#000000" align="center" | 22
| style="background:#C470FF; color:#000000" align="center" | 23
+
| style="background:#c55bff; color:#000000" align="center" | 23
| style="background:#FF5CFF; color:#000000" align="center" | 24
+
| style="background:#f248ff; color:#000000" align="center" | 24
| style="background:#FF68BC; color:#000000" align="center" | 25
+
| style="background:#ff49df; color:#000000" align="center" | 25
| style="background:#FF727C; color:#000000" align="center" | 26
+
| style="background:#ff6d47; color:#000000" align="center" | 26
| style="background:#FC964A; color:#000000" align="center" | 27
+
| style="background:#f78c00; color:#000000" align="center" | 27
| style="background:#D9AD00; color:#000000" align="center" | 28
+
| style="background:#ffe000; color:#000000" align="center" | 28
| style="background:#98C62E; color:#000000" align="center" | 29
+
| style="background:#75e300; color:#000000" align="center" | 29
| style="background:#4ED44E; color:#000000" align="center" | 2A
+
| style="background:#2bf403; color:#000000" align="center" | 2A
| style="background:#3AC89A; color:#000000" align="center" | 2B
+
| style="background:#2eb878; color:#000000" align="center" | 2B
| style="background:#2EBEDC; color:#000000" align="center" | 2C
+
| style="background:#18e2e5; color:#000000" align="center" | 2C
| style="background:#585858; color:#FFFFFF" align="center" | 2D
+
| style="background:#787878; color:#FFFFFF" align="center" | 2D
| style="background:#101010; color:#FFFFFF" align="center" | 2E
+
| style="background:#000000; color:#FFFFFF" align="center" | 2E
| style="background:#101010; color:#FFFFFF" align="center" | 2F
+
| style="background:#000000; color:#FFFFFF" align="center" | 2F
 
|-                   
 
|-                   
| style="background:#FFFFFF; color:#000000" align="center" | 30
+
| style="background:#ffffff; color:#000000" align="center" | 30
| style="background:#C6D8FF; color:#000000" align="center" | 31
+
| style="background:#bef2ff; color:#000000" align="center" | 31
| style="background:#D4CAFF; color:#000000" align="center" | 32
+
| style="background:#b8b8f8; color:#000000" align="center" | 32
| style="background:#F0C4FF; color:#000000" align="center" | 33
+
| style="background:#d8b8f8; color:#000000" align="center" | 33
| style="background:#FFBCFF; color:#000000" align="center" | 34
+
| style="background:#ffb6ff; color:#000000" align="center" | 34
| style="background:#FFC4F0; color:#000000" align="center" | 35
+
| style="background:#ffc3ff; color:#000000" align="center" | 35
| style="background:#FFCAD4; color:#000000" align="center" | 36
+
| style="background:#ffd1c7; color:#000000" align="center" | 36
| style="background:#FFD8BE; color:#000000" align="center" | 37
+
| style="background:#ffda9a; color:#000000" align="center" | 37
| style="background:#FFE6A6; color:#000000" align="center" | 38
+
| style="background:#f8ed88; color:#000000" align="center" | 38
| style="background:#EAECB2; color:#000000" align="center" | 39
+
| style="background:#ddff83; color:#000000" align="center" | 39
| style="background:#C6F4C6; color:#000000" align="center" | 3A
+
| style="background:#b8f8b8; color:#000000" align="center" | 3A
| style="background:#BAECEA; color:#000000" align="center" | 3B
+
| style="background:#acf8f5; color:#000000" align="center" | 3B
| style="background:#B6E6FF; color:#000000" align="center" | 3C
+
| style="background:#b0ffff; color:#000000" align="center" | 3C
| style="background:#C2C2C2; color:#000000" align="center" | 3D
+
| style="background:#f8d8f8; color:#000000" align="center" | 3D
| style="background:#101010; color:#FFFFFF" align="center" | 3E
+
| style="background:#000000; color:#FFFFFF" align="center" | 3E
| style="background:#101010; color:#FFFFFF" align="center" | 3F
+
| style="background:#000000; color:#FFFFFF" align="center" | 3F
 
|}
 
|}
 
|}
 
|}
  
 
==Gallery==
 
==Gallery==
[[File:5NUrm6U-1-.png|thumb|left|1000px|Comparison of various palettes in Stage 2 of Castelvania]]
+
[[File:5NUrm6U-1-.png|thumb|left|1000px|Comparison of various palettes in Stage 2 of Castlevania]]
 
{{clr}}
 
{{clr}}
  

Revision as of 02:58, 9 November 2019

Unlike consoles like the SNES, which natively generate the image in pure RGB, the Famicom normally generates and outputs an encoded NTSC video signal, which must then be decoded by the TV's built-in NTSC decoder. This means the resulting color palette often varies depending on the display's decoder. This is why NES games appear to have different colors on different TV sets.

NES emulators are similarly afflicted by this issue, as they each have their own algorithms for generating the NES color palette, meaning they all have slightly to wildly varying palettes. As such, there isn't really a "true" NES color palette, and which emulator has the "best" palette often comes down to preference, or whichever looks closest to how the real console looks on a user's own particular TV. FCEU based emulators come with a load of different preset palettes based on different people's perceptions of the NES colors, while emulators such as Nestopia[1] have the ability for the user to edit the color palette to their liking, including the use of custom palettes that define the NES palette in any way the user wishes.

Some arcade machines based on the NES hardware, such as the PlayChoice-10 and the Versus series of cabinets, did generate a native RGB signal, however. The colors on these cabinets tend to be very vibrant and saturated, giving games a very distinct look compared to how they would look on the real console. Nestopia gives the user the choice to use the RGB palette featured in these cabinets, though it is not usually considered to be the definitive or "real" NES palette.

The libretro ports of Nestopia[2], FCEUmm[3] and Mesen[4] have the option to output the raw chroma, level, and emphasis from the PPU through the RGB color channels. This by itself produces an image with completely bizarre colors, but this can be decoded by shaders to generate actual colors, the main examples being GTU-Famicom[5][6] and nes-color-decoder[7][8].

Download

Chart

Palette Nestopia decoder preset NESRGB palette name Description
YUV 15° Canonical N/A Based on the standard method of NTSC decoding.
RGB RGB Garish The palette used by all official Nintendo RGB PPUs, such as in the PlayChoice-10 and Famicom Titler.
YUV (Sony CXA2025AS) Consumer N/A Based on an NTSC decoder found in Sony TVs.
YUV with yellow boost Alternative N/A Based on decoders in certain NTSC-J TVs.[9]
Raw Chroma, Level, and Emphasis Raw* N/A The raw chroma, level, and emphasis output of the NES PPU represented in RGB color channels[10] Only available as an option on the libretro ports of Nestopia, FCEUmm and Mesen[3][2][4]
Nintendulator NTSC N/A Natural Based on what is currently understood about NTSC decoding[11]
NTSC Hardware (FBX) N/A N/A (Optionally available) Analog RGB was fed into a calibrated Sony PVM monitor, and then meticulously aligned on each color entry to match as closely as possible to the NTSC feed from an original NES.[12]
Smooth (FBX) N/A N/A (Optionally available) The NTSC Hardware (FBX) palette "with a few slight tweaks to improve 'nostalgic' performance on digital displays".[12]
PVM Style D93 (FBX) N/A N/A (Optionally available) Approximates the color and intensity of a Sony PVM CRT screen.[12]
Composite Direct (FBX) N/A N/A (Optionally available) Direct capture of the composite output of the front-loader NTSC NES.[12]
NESCAP N/A N/A This palette was created using direct NES composite capture through a Blackmagic Intensity Pro 4K through its composite input.[13]
HYBRID N/A N/A This is a hybrid between the above NESCAP palette and the FCEUX palette.[13]
NES Classic Edition N/A N/A This palette is ripped from the NES Classic's emulator Kachikachi.
NESCLASSIC is derived from the NES Classic by taking the average of each color (since the NES Classic has a noise filter).[13] NES Classic (FBX-FS) is an independent capture of the palette.[12]
NES Remix U N/A N/A This palette is ripped from the Wii U NES Remix games. The 3DS game (Ultimate NES Remix) uses the 3DS VC's palette.
FCEUX N/A Improved Palettes used in FCEUX emulator. 12 is the default, and similar to Rock Man 9. 13 and 15 feature less saturation.[14]
Rock Man 9 N/A N/A Palettes derived from Rock Man 9.[15] "21 to 2C" version is differs in that it darkens a single cyan value (2C).[15]
Virtual Console N/A N/A Palettes used in the Wii and Nintendo 3DS Virtual Console. Wii version, all colors, are darkened significantly. 3DS feature high saturation and brightness. "Normalized" version adjusts brightness levels significantly.
Nintendo Switch NSO N/A N/A The NES emulator for Nintendo Switch Online's service has 12 different palettes, although 4 of them are from earlier emulators (3DS VC, Wii VC, NES Classic, and NES Classic B&W). Of the remaining 8: #3 is a minor variation of the 3DS VC's palette. #4 is a minor variation of Wii VCs palette. #5, #6, and #7 are all very similar to each other. #8 is a minor variation of NES Classic's palette.
BMF final N/A N/A Palettes created by BMF based on his television. 2 features a very darkened screen, similar to Wii VC. 3 is more saturated.[14]
ASQ Reality N/A N/A AspiringSquire's attempt at improving BMF palettes.[14]
Wavebeam N/A N/A Created to look good on CRTs. Similar to Consumer.[16]
FCC 1953 N/A N/A First color TV system, NTSC, introduced a color standard in 1953. NTSC colors were very lush.[17]
Nesticle N/A N/A The palette used by the old Nesticle emulator. Historically significant but not recommended.

Palettes

YUV
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F
20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F
30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F
YUV-V3
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F
20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F
30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F
Unsaturated-Final
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F
20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F
30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F
Nintendulator NTSC
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F
20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F
30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F
FCEUX
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F
20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F
30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F
Consumer
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F
20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F
30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F
RGB
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F
20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F
30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F
NTSC Hardware (FBX)
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F
20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F
30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F
Smooth (FBX)
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F
20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F
30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F
PVM Style D93 (FBX)
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F
20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F
30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F
Composite Direct (FBX)
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F
20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F
30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F
Wavebeam
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F
20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F
30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F
BMF Final 3
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F
20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F
30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F
ASQ Reality B
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F
20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F
30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F
Wii VC
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F
20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F
30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F
Wii VC Normalized
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F
20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F
30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F
3DS VC
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F
20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F
30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F
NES Classic Edition
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F
20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F
30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F
NES Classic (FBX)
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F
20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F
30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F
NES Remix U
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F
20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F
30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F
Rockman 9
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F
20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F
30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F
Rockman 9 - 21 to 2C
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F
20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F
30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F
Nesticle
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F
20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F
30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F

Gallery

Comparison of various palettes in Stage 2 of Castlevania

External Links

References